import type { Category } from '../../../constants';
export { updateArtifacts } from './artifacts';
export { extractPackageFile } from './extract';
export declare const url = "https://kubectl.docs.kubernetes.io/references/kustomize";
export declare const categories: Category[];
export declare const defaultConfig: {
    managerFilePatterns: string[];
    pinDigests: boolean;
};
export declare const supportedDatasources: string[];
