import { Server, ServerOptions } from '../'; export declare function getTestServer(options?: ServerOptions): Server;