import type { AdvanceExportSettings, ExportSettings } from '@zakodium/nmrium-core'; type ReturnExportOptions = Omit; export declare const INITIAL_BASIC_EXPORT_OPTIONS: ExportSettings; export declare function getExportOptions(options: ExportSettings): ReturnExportOptions; export declare function getExportDefaultOptions(options?: ExportSettings): ExportSettings; export declare function getExportDefaultOptionsByMode(mode: 'basic' | 'advance'): ExportSettings; export {}; //# sourceMappingURL=getExportOptions.d.ts.map