interface defaultOptions { exportType: string; footerHintTypes: string[]; okShowButtonTypes: string[]; exportValue: string; importValue: string; } export declare const defaultOptions: defaultOptions; interface SomeArray { [index: string]: string; } export declare const suffixOptions: SomeArray; export declare const exportImportOptions: { import: any; export: any; export_file: any; import_log: any; }; export {};