/** * Canonical MIME type map and content-type lookup. * * This is the single source of truth for extension → MIME type mappings * used across the CLI (build metadata, generated entry code) and runtime * (serveStatic). */ export declare const mimeTypes: Record; export declare function getContentType(filename: string): string; //# sourceMappingURL=mime.d.ts.map