declare function getMimeType(data: ArrayBuffer | string | null | undefined, fallback?: string | null): string | undefined;
export { getMimeType };
