import type { RawVatReportRecord } from '../../reports/helpers/vat-report.helper';
export declare function getVatDataFromVatReportRecords(records: Array<RawVatReportRecord>): number[];
