import { RPCBase } from "../rpcBase"; export declare function Nat(this: RPCBase): { getTurnStatus: () => Promise; createP2PChannel: (Info: unknown) => Promise; getTurnStatusByIndex: (params: object | object[] | null) => Promise; }; //# sourceMappingURL=Nat.d.ts.map