/// <reference types="svelte" /> | |
/// <reference types=".pnpm/[email protected]/node_modules/svelte" /> | |
import type { SvelteFlowStoreState } from './types'; | |
export declare function getVisibleNodes(store: SvelteFlowStoreState): import("svelte/store").Readable<import("..").InternalNode[]>; | |