import { RequestOptionsFactory } from '@wix/sdk-types'; /** * Retrieves the IDs of invoices associated with all specified orders. * * * The `listInvoicesForSingleOrder()` function returns a Promise that resolves when the specified order's transaction records are retrieved. */ export declare function listInvoicesForMultipleOrders(payload: object): RequestOptionsFactory;