blob: 02410589f9cdcbff430d7a1f726fcce92d9ab80e [file] [log] [blame]
export const mimes: Record<string, string>;
export function lookup(extension: string): string | void;