interface ExportOptions {
    format?: string;
    output?: string;
}
export declare function exportCommand(options: ExportOptions): Promise<void>;
export {};
//# sourceMappingURL=export.d.ts.map