/** * CLI command: n8n * N8N workflow integration */ export declare function execute(args: string[], options: Record): Promise;