import { ServiceManagerInterface } from '../ServiceManager'; import { ServerService } from './ServerService'; export declare const ServerServiceFactory: (sm: ServiceManagerInterface) => ServerService;