export interface Server { host: string; port: number; shutdown: () => Promise; } //# sourceMappingURL=Server.d.ts.map