import type { Category } from '../../../constants';
export { extractPackageFile } from './extract';
export declare const displayName = "Setuptools (setup.cfg)";
export declare const url = "https://setuptools.pypa.io/en/latest/userguide/declarative_config.html";
export declare const categories: Category[];
export declare const defaultConfig: {
    managerFilePatterns: string[];
    versioning: string;
};
export declare const supportedDatasources: string[];
