/// import * as http from 'http'; import { Server } from './_server'; import './http_service'; export * from './_server'; /** * @class ServerImpl */ export declare class ServerImpl extends Server { private _checkIntervalId; protected initialize(server: http.Server): void; } declare const _default: { ServerImpl: typeof ServerImpl; ServerIMPL: typeof ServerImpl; setShared: (server: Server) => void; readonly shared: Server | null; }; export default _default;