export { extractPackageFile } from './extract';
export { updateArtifacts } from './artifacts';
export declare const supportsLockFileMaintenance = true;
export declare const displayName = "vendir";
export declare const url = "https://carvel.dev/vendir/docs/latest";
export declare const defaultConfig: {
    commitMessageTopic: string;
    managerFilePatterns: string[];
};
export declare const supportedDatasources: string[];
