export default class SignalService { initClient(arg: any) { return; } send(...args: any[]): Promise { return Promise.resolve() } }