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