import { PluginsServerConfig } from './types'; export declare function initApp(config: PluginsServerConfig): void;