import type { RenovateConfig } from './types';
export declare function massageConfig(config: RenovateConfig): RenovateConfig;
