import type { WorkflowDefinitionInput, WorkflowNodeTemplate, WorkflowOutputSchema } from './types.js'; export declare const BUILTIN_COMET_OUTPUT_SCHEMAS: WorkflowOutputSchema[]; export declare const COMET_FIVE_PHASE_NODES: WorkflowNodeTemplate[]; export declare const BUILTIN_COMET_NATIVE_OUTPUT_SCHEMAS: WorkflowOutputSchema[]; export declare const COMET_NATIVE_NODES: WorkflowNodeTemplate[]; export declare function builtinCometFivePhaseWorkflow(options: { name: string; goal: string; }): WorkflowDefinitionInput; export declare function builtinCometNativeWorkflow(options: { name: string; goal: string; }): WorkflowDefinitionInput; //# sourceMappingURL=builtins.d.ts.map