import type { RenovateConfig } from '../../../config/types';
import type { RepoResult } from '../../../modules/platform';
export type WorkerPlatformConfig = RepoResult & RenovateConfig & Record<string, any>;
export declare function initApis(input: RenovateConfig): Promise<WorkerPlatformConfig>;
