Repository URL to install this package:
export interface CustomTransportStrategy { listen(callback: () => void): any; getTransport(): number; close(): any; }