import { Platform } from './common'; import { RenovateConfig } from '../config/common'; export * from './common'; export declare const getPlatformList: () => string[]; export declare const getPlatforms: () => Map; export declare const platform: Platform; export declare function setPlatformApi(name: string): void; export declare function initPlatform(config: RenovateConfig): Promise;