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