export declare const MAX_UPLOAD_SIZE: number; export declare const SUPPORTED_IMAGE_TYPES: string[]; export declare const SUPPORTED_VIDEO_TYPES: string[]; export declare const SUPPORTED_IMAGE_EXTENSIONS: string[]; export declare const SUPPORTED_VIDEO_EXTENSIONS: string[]; export declare const SUPPORTED_UPLOAD_FILE_EXTENSIONS: string[]; export declare const SUPPORTED_FONT_TYPES: string[]; export declare const SUPPORTED_FONT_EXTENSIONS: string[];