export declare const ALLOWED_IMAGE_MIME_TYPES: Set<string>;
export declare function normalizeImageMimeType(mimeType: string | undefined): string;
export declare function isAllowedImageMimeType(mimeType: string | undefined): boolean;
