import { IInvoice, IInvoicesList } from '../../../../types/invoice.types'; export declare const mockInvoiceData: IInvoice; export declare const mockApprovedInvoice: IInvoice; export declare const mockPartiallyPaidInvoice: IInvoice; export declare const mockInvoicesResponse: IInvoicesList; export declare const mockEmptyInvoicesResponse: IInvoicesList; export declare const mockLargeInvoicesResponse: IInvoicesList;