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