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