import type { Category } from '../../../constants';
export { bumpPackageVersion } from '../pep621/update';
export { extractPackageFile } from './extract';
export { updateArtifacts } from './artifacts';
export { updateLockedDependency } from './update-locked';
export declare const supersedesManagers: string[];
export declare const supportsLockFileMaintenance = true;
export declare const url = "https://python-poetry.org/docs";
export declare const categories: Category[];
export declare const defaultConfig: {
    managerFilePatterns: string[];
};
export declare const supportedDatasources: string[];
