import type { Category } from '../../../constants';
export { extractPackageFile } from './extract';
export declare const displayName = "pip setup.py";
export declare const url = "https://pip.pypa.io/en/latest/reference/build-system/setup-py";
export declare const categories: Category[];
export declare const defaultConfig: {
    managerFilePatterns: string[];
};
export declare const supportedDatasources: string[];
