export { updateArtifacts } from './artifacts';
export { extractPackageFile } from './extract';
export { updateDependency } from './update';
export declare const url = "https://cashapp.github.io/hermit";
export declare const defaultConfig: {
    managerFilePatterns: string[];
    excludeCommitPaths: string[];
    versioning: string;
};
export declare const supportedDatasources: string[];
