import { IServiceConfig } from './shared';
export declare function start(config: IServiceConfig): void;
