import type { Specifier } from './types.ts';
export default function fromFilename(filename: string, version: string, specifier?: Specifier): string;
