export interface UseInvoicePaymentsOptions { enabled?: boolean; } export declare function useInvoicePayments(invoiceId: string | null | undefined, options?: UseInvoicePaymentsOptions): import("@tanstack/react-query").UseQueryResult, Error>;