import type { Category } from '../../../constants';
export { extractAllPackageFiles } from './extract';
export { updateDependency } from './update';
export { updateArtifacts } from './artifacts';
export declare const supportsLockFileMaintenance = true;
export declare const url = "https://docs.gradle.org/current/userguide/getting_started_dep_man.html";
export declare const categories: Category[];
export declare const defaultConfig: {
    managerFilePatterns: string[];
    timeout: number;
    versioning: string;
};
export declare const supportedDatasources: string[];
