import type { TParams } from '../types.ts';
export default function guessContentType(asset: string, contentTypes?: TParams): string;
