import type { Category } from '../../../constants';
export { extractPackageFile } from './extract';
export declare const url = "https://helm.sh/docs/chart_template_guide/values_files";
export declare const categories: Category[];
export declare const defaultConfig: {
    commitMessageTopic: string;
    managerFilePatterns: string[];
    pinDigests: boolean;
};
export declare const supportedDatasources: string[];
