import type { Category } from '../../../constants';
export { extractPackageFile } from './extract';
export declare const displayName = "PEP 723";
export declare const url = "https://peps.python.org/pep-0723";
export declare const categories: Category[];
export declare const defaultConfig: {
    managerFilePatterns: never[];
};
export declare const supportedDatasources: string[];
