/**
 * Verifies if the user is allowed to upload this mime type.
 *
 * @param file               File object.
 * @param wpAllowedMimeTypes List of allowed mime types and file extensions.
 */
export declare function validateMimeTypeForUser(file: File, wpAllowedMimeTypes?: Record<string, string> | null): void;
//# sourceMappingURL=validate-mime-type-for-user.d.ts.map