import { type CommandCtx } from "./context.ts"; /** Ensure workflow creation can reach package installation and verification before spending model tokens. */ export declare function preflightCreateWorkflow(ctx: CommandCtx): Promise; //# sourceMappingURL=create-preflight.d.ts.map