export interface OnGatewayConnection<T = any> {
    handleConnection(client: T, ...args: any[]): any;
}
//# sourceMappingURL=on-gateway-connection.d.ts.map