/** * Export command - Export decisions to various formats */ export declare function exportCommand(baseDir: string, options?: any): void;