import type { MediaFile } from '../../../types';
export declare const SUPPORTED_MIMETYPES: string[];
export declare const isSupported: ({ type }: MediaFile) => boolean;
