export { extractPackageFile } from './extract';
export { updateArtifacts } from './artifacts';
import type { Category } from '../../../constants';
export { getRangeStrategy } from './range';
export declare const supportsLockFileMaintenance = true;
export declare const url = "https://docs.conan.io";
export declare const categories: Category[];
export declare const defaultConfig: {
    managerFilePatterns: string[];
    datasource: string;
    versioning: string;
    enabled: boolean;
};
export declare const supportedDatasources: string[];
