import { DatapromptStore } from '../core/dataprompt.js'; import { createPromptFlow, FlowDefinition } from './flow-builder.js'; export interface DatapromptRoute { flowDef: FlowDefinition; flow: ReturnType; promptFilePath: string; nextRoute: string; expressRoute: string; } export declare function createApiServer({ store, startTasks }: { store: DatapromptStore; startTasks?: boolean; }): Promise; //# sourceMappingURL=server.d.ts.map