import type { RenovateConfig } from '../../../../config/types';
import type { BranchConfig } from '../../../types';
export declare function getExpectedPrList(config: RenovateConfig, branches: BranchConfig[]): string;
