export declare const REPORT_OPTIONS: { fieldSeparator: string; quoteStrings: string; decimalseparator: string; showLabels: boolean; showTitle: boolean; useBom: boolean; noDownload: boolean; headers: string[]; }; export declare const ACCOUNT_OPTIONS: { fieldSeparator: string; quoteStrings: string; decimalseparator: string; showLabels: boolean; showTitle: boolean; useBom: boolean; noDownload: boolean; headers: string[]; }; export declare const MOCK_DATA: { name: string; age: number; }[];