/// /// import { Server } from 'http'; import { BasePlugin } from './BasePlugin'; export declare class TestingPluginRunner { plugin: BasePlugin; server: Server; constructor(plugin: BasePlugin, transport?: sinon.SinonStub); start(): void; }