import { Validate } from '../fields/config/types'; export declare const mimeTypeValidator: (mimeTypes: string[]) => Validate;