declare const mimes: Record; declare function lookup(extension: string): string | undefined; export { lookup, mimes };