import type { Category } from '../../../constants';
export { bumpPackageVersion } from './update';
export { extractPackageFile } from './extract';
export { updateArtifacts } from './artifacts';
export declare const supportsLockFileMaintenance = true;
export declare const displayName = "PEP 621";
export declare const url = "https://peps.python.org/pep-0621";
export declare const categories: Category[];
export declare const defaultConfig: {
    managerFilePatterns: string[];
};
export declare const supportedDatasources: string[];
