///
///
import type { Readable } from 'svelte/store';
/**
* Hook for seeing if nodes are initialized
* @returns - nodesInitialized Writable
*/
export declare function useNodesInitialized(): Readable;
/**
* Hook for seeing if the flow is initialized
* @returns - initialized Writable
*/
export declare function useInitialized(): Readable;