export interface OnGatewayDisconnect<T = any> {
    handleDisconnect(client: T): any;
}
//# sourceMappingURL=on-gateway-disconnect.d.ts.map