import type { FlowStore } from './types.ts'; /** * Context for sharing the flow store across child components. * Provided by initFlow, consumed by child init functions (e.g., handles, custom nodes). */ export declare const FlowContext: import("@barefootjs/client").Context; //# sourceMappingURL=context.d.ts.map