export declare function listWorkflowsCommand(): void; export declare function getWorkflowCommand(name: string): void; export declare function createWorkflowCommand(): Promise; export declare function deleteWorkflowCommand(name: string): Promise; export declare function showWorkflowPatternsCommand(): void; //# sourceMappingURL=workflow.d.ts.map