import type { InvoiceData } from './InvoiceData';
export declare type InvoiceDataList = Array<InvoiceData>;
