declare const CHUNK_SIZE: number; declare function getValidationConfig(): { maxFileSize: number; allowedMimeTypes: string[]; allowedExtensions: string[]; maxFilenameLength: number; }; export { CHUNK_SIZE, getValidationConfig };