interface ExportProps {
    realmPath?: string;
    outputFile: string;
    format: 'json' | 'markdown';
}
export declare function renderExport(options: ExportProps): Promise<void>;
export {};
//# sourceMappingURL=export.d.ts.map