import type { RenovateConfig } from '../../../config/types';
export declare function checkReconfigureBranch(config: RenovateConfig): Promise<void>;
