/** Shared MIME type map used by file serving routes and storage backends. */ export declare const MIME_TYPES: Record; /** Resolve MIME type from file extension. */ export declare function mimeFromPath(filePath: string): string;