export interface ClientInterface { start(): Promise; stop(): Promise; } //# sourceMappingURL=ClientInterface.d.ts.map