/** * Detects the MIME type of a local file using magic numbers. * @param filePath The absolute path to the file. * @returns The detected MIME type string (e.g., "image/jpeg") or undefined if not determinable or error. */ export declare function getMimeType(filePath: string): Promise; //# sourceMappingURL=mimeService.d.ts.map