#!/usr/bin/env node import { Type3GatewayClient } from './websocket-handler'; declare const gateway: Type3GatewayClient; export { Type3GatewayClient }; export default gateway; //# sourceMappingURL=index.d.ts.map