import { type NetworkClient } from "@johnqh/di"; import { type WildduckConfig } from "@johnqh/types"; import type { WildduckUserAuth } from "@johnqh/types"; export interface UseWildduckGetMessageAttachmentParams { userAuth?: WildduckUserAuth; mailboxId?: string; messageId?: number; attachmentId?: string; devMode?: boolean; } export declare const useWildduckGetMessageAttachment: (networkClient: NetworkClient, config: WildduckConfig, params?: UseWildduckGetMessageAttachmentParams) => import("@tanstack/react-query").UseQueryResult; export type UseWildduckGetMessageAttachmentReturn = ReturnType; //# sourceMappingURL=useWildduckGetMessageAttachment.d.ts.map