import type { Category } from '../../../constants';
import { extractPackageFile } from './extract';
export { getRangeStrategy } from './range';
export { extractPackageFile };
export declare const displayName = "CircleCI";
export declare const url = "https://circleci.com/docs/configuration-reference";
export declare const categories: Category[];
export declare const defaultConfig: {
    managerFilePatterns: string[];
};
export declare const supportedDatasources: string[];
