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