/** Content-Type by extension for the files served out of the built web UI. * * Anything absent falls back to application/octet-stream at the call site, and * a browser will not execute or parse that — so an extension the web build * starts emitting has to be added here or it fails opaquely. */ export declare const MIME_TYPES: Record; //# sourceMappingURL=static-mime.d.ts.map