UNPKG

@ace-sdk/cli

Version:

ACE CLI - Command-line tool for intelligent pattern learning and playbook management

12 lines 244 B
/** * Export playbook command */ interface ExportOptions { output?: string; } /** * Export playbook to JSON */ export declare function exportCommand(options: ExportOptions): Promise<void>; export {}; //# sourceMappingURL=export.d.ts.map