import { LoadedConfig } from'@tapjs/config';
/**
* get the versions of a package that is installed at top level
*/exportdeclareconstgetInstalledVersion: (name: string, config: LoadedConfig) =>string;
//# sourceMappingURL=get-installed-version.d.ts.map