import type { Options } from '../types.js'; export default function extname(fullPath: string, options: Options): string;