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