export type WorkflowInitTemplateKind = 'minimal' | 'faceted'; export type InitWorkflowOptions = { description?: string; global?: boolean; steps?: number; template?: WorkflowInitTemplateKind; projectDir: string; }; export declare function initWorkflowCommand(name: string, options: InitWorkflowOptions): Promise; //# sourceMappingURL=init.d.ts.map