import type { Category } from '../../../constants';
export { extractAllPackageFiles, extractPackageFile } from './extract';
export { updateArtifacts } from './artifacts';
export declare const supportsLockFileMaintenance = true;
export declare const displayName = "pip-compile";
export declare const url = "https://pip-tools.readthedocs.io/en/latest/cli/pip-compile";
export declare const categories: Category[];
export declare const defaultConfig: {
    managerFilePatterns: never[];
    lockFileMaintenance: {
        enabled: boolean;
        branchTopic: string;
        commitMessageAction: string;
    };
};
export declare const supportedDatasources: string[];
