import type { Category } from '../../../constants';
import { updateArtifacts } from './artifacts';
import { extractPackageFile } from './extract';
import { updateLockedDependency } from './update-locked';
export declare const supportsLockFileMaintenance = true;
export { extractPackageFile, // Mandatory unless extractAllPackageFiles is used instead
updateArtifacts, // Optional
updateLockedDependency, };
export declare const url = "https://bundler.io/docs.html";
export declare const categories: Category[];
export declare const defaultConfig: {
    managerFilePatterns: string[];
    versioning: string;
};
export declare const supportedDatasources: string[];
