export declare function detectSupportedImageMimeType(buffer: Uint8Array): string | null;
export declare function detectSupportedImageMimeTypeFromFile(filePath: string): Promise<string | null>;
//# sourceMappingURL=mime.d.ts.map