import type { Category } from '../../../constants';
export { extractPackageFile } from './extract';
export declare const displayName = "nvm";
export declare const url = "https://github.com/nvm-sh/nvm#readme";
export declare const categories: Category[];
export declare const defaultConfig: {
    managerFilePatterns: string[];
    versioning: string;
    pinDigests: boolean;
};
export declare const supportedDatasources: string[];
