import { InvoicesListRO } from '@escapenavigator/types/dist/profile/invoices-list.ro'; import { ApiMethodDeclaration } from '../..'; type ParamsData = undefined; type ResponseData = InvoicesListRO; export declare const getProfileInvoices: ApiMethodDeclaration; export {};