import type { Category } from '../../../constants';
import { updateArtifacts } from './artifacts';
import { extractPackageFile } from './extract';
export { bumpPackageVersion } from './update';
export { getRangeStrategy } from './range';
export { updateLockedDependency } from './update-locked';
export declare const supportsLockFileMaintenance = true;
export { extractPackageFile, updateArtifacts };
export declare const url = "https://doc.rust-lang.org/cargo";
export declare const categories: Category[];
export declare const defaultConfig: {
    commitMessageTopic: string;
    managerFilePatterns: string[];
    versioning: string;
};
export declare const supportedDatasources: string[];
