import type { Category } from '../../../constants';
export { updateArtifacts } from './artifacts';
export { extractPackageFile } from './extract';
export { bumpPackageVersion } from './update';
export declare const supportsLockFileMaintenance = true;
export declare const displayName = "Helm v3";
export declare const url = "https://helm.sh/docs";
export declare const categories: Category[];
export declare const defaultConfig: {
    registryAliases: {
        stable: string;
    };
    commitMessageTopic: string;
    managerFilePatterns: string[];
};
export declare const supportedDatasources: string[];
