export declare const isImageAttachment: (mimeType: string) => boolean; export declare const isViewableAttachment: (mimeType: string) => boolean;