import { RenovateConfig } from '../../../config'; export declare function pruneStaleBranches(config: RenovateConfig, branchList: string[]): Promise;