export declare type Transaction = Record; export interface ConvertInvoicesRequestBody { businessId?: string; } export declare type ConvertInvoicesResponse = Transaction;