import type { Category } from '../../../constants';
export { extractPackageFile } from './extract';
export { bumpPackageVersion } from './update';
export declare const displayName = "OpenTelemetry Collector Builder (ocb)";
export declare const url = "https://github.com/open-telemetry/opentelemetry-collector/tree/main/cmd/builder";
export declare const categories: Category[];
export declare const defaultConfig: {
    managerFilePatterns: never[];
};
export declare const supportedDatasources: string[];
