import type { Category } from '../../../constants';
export { extractPackageFile } from './extract';
export { updateArtifacts } from './artifacts';
export { bumpPackageVersion } from './update';
export declare const displayName = "NuGet";
export declare const url = "https://learn.microsoft.com/nuget";
export declare const categories: Category[];
export declare const defaultConfig: {
    fileMatch: string[];
};
export declare const supportedDatasources: string[];
