export declare function isSupportedVisionImageMimeType(mimeType: string | undefined): boolean; export declare function isImageInboundAttachment(att: { type?: string; mimeType?: string; }): boolean; export declare function isVoiceInboundAttachment(att: { type?: string; mimeType?: string; }): boolean;