import type { Category } from '../../../constants';
export { extractPackageFile } from './extract';
export { updateArtifacts } from './artifacts';
export declare const supportsLockFileMaintenance = true;
export declare const url = "https://helmfile.readthedocs.io";
export declare const categories: Category[];
export declare const defaultConfig: {
    registryAliases: {
        stable: string;
    };
    commitMessageTopic: string;
    managerFilePatterns: string[];
};
export declare const supportedDatasources: string[];
