import type { GetScopedSpecifiedCallback } from '../types.ts';
export default function getSpecifier(installString: string, callback: GetScopedSpecifiedCallback): void;
