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