export declare const ALLOWED_MIME_TYPES_FOR_IMAGE_UPLOAD: readonly ["image/png", "image/svg+xml", "image/webp"]; export type AllowedMimeTypeForImage = (typeof ALLOWED_MIME_TYPES_FOR_IMAGE_UPLOAD)[number];