declare const getMimeByType: (type: string | null) => string;
declare const getMimeByUrl: (url: string) => string;
export { getMimeByType, getMimeByUrl };
