import * as _158 from "./gamm/v1beta1/gamm"; import * as _159 from "./poolmanager/v1beta1/swap_route"; import * as _160 from "./twap/v1beta1/twap"; import * as _257 from "./gamm/v1beta1/gamm.rpc.msg"; export declare namespace osmosis { namespace gamm { const v1beta1: { MsgClientImpl: typeof _257.MsgClientImpl; registry: ReadonlyArray<[string, import("@cosmjs/proto-signing").GeneratedType]>; load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void; MessageComposer: { encoded: { joinPool(value: _158.MsgJoinPool): { typeUrl: string; value: Uint8Array; }; exitPool(value: _158.MsgExitPool): { typeUrl: string; value: Uint8Array; }; swapExactAmountIn(value: _158.MsgSwapExactAmountIn): { typeUrl: string; value: Uint8Array; }; swapExactAmountOut(value: _158.MsgSwapExactAmountOut): { typeUrl: string; value: Uint8Array; }; joinSwapExternAmountIn(value: _158.MsgJoinSwapExternAmountIn): { typeUrl: string; value: Uint8Array; }; joinSwapShareAmountOut(value: _158.MsgJoinSwapShareAmountOut): { typeUrl: string; value: Uint8Array; }; exitSwapExternAmountOut(value: _158.MsgExitSwapExternAmountOut): { typeUrl: string; value: Uint8Array; }; exitSwapShareAmountIn(value: _158.MsgExitSwapShareAmountIn): { typeUrl: string; value: Uint8Array; }; }; withTypeUrl: { joinPool(value: _158.MsgJoinPool): { typeUrl: string; value: _158.MsgJoinPool; }; exitPool(value: _158.MsgExitPool): { typeUrl: string; value: _158.MsgExitPool; }; swapExactAmountIn(value: _158.MsgSwapExactAmountIn): { typeUrl: string; value: _158.MsgSwapExactAmountIn; }; swapExactAmountOut(value: _158.MsgSwapExactAmountOut): { typeUrl: string; value: _158.MsgSwapExactAmountOut; }; joinSwapExternAmountIn(value: _158.MsgJoinSwapExternAmountIn): { typeUrl: string; value: _158.MsgJoinSwapExternAmountIn; }; joinSwapShareAmountOut(value: _158.MsgJoinSwapShareAmountOut): { typeUrl: string; value: _158.MsgJoinSwapShareAmountOut; }; exitSwapExternAmountOut(value: _158.MsgExitSwapExternAmountOut): { typeUrl: string; value: _158.MsgExitSwapExternAmountOut; }; exitSwapShareAmountIn(value: _158.MsgExitSwapShareAmountIn): { typeUrl: string; value: _158.MsgExitSwapShareAmountIn; }; }; toJSON: { joinPool(value: _158.MsgJoinPool): { typeUrl: string; value: { sender: string; poolId: string; shareOutAmount: string; tokenInMaxs: { denom: string; amount: string; }[]; }; }; exitPool(value: _158.MsgExitPool): { typeUrl: string; value: { sender: string; poolId: string; shareInAmount: string; tokenOutMins: { denom: string; amount: string; }[]; }; }; swapExactAmountIn(value: _158.MsgSwapExactAmountIn): { typeUrl: string; value: { sender: string; routes: { poolId: string; tokenOutDenom: string; }[]; tokenIn: { denom: string; amount: string; }; tokenOutMinAmount: string; }; }; swapExactAmountOut(value: _158.MsgSwapExactAmountOut): { typeUrl: string; value: { sender: string; routes: { poolId: string; tokenInDenom: string; }[]; tokenInMaxAmount: string; tokenOut: { denom: string; amount: string; }; }; }; joinSwapExternAmountIn(value: _158.MsgJoinSwapExternAmountIn): { typeUrl: string; value: { sender: string; poolId: string; tokenIn: { denom: string; amount: string; }; shareOutMinAmount: string; }; }; joinSwapShareAmountOut(value: _158.MsgJoinSwapShareAmountOut): { typeUrl: string; value: { sender: string; poolId: string; tokenInDenom: string; shareOutAmount: string; tokenInMaxAmount: string; }; }; exitSwapExternAmountOut(value: _158.MsgExitSwapExternAmountOut): { typeUrl: string; value: { sender: string; poolId: string; tokenOut: { denom: string; amount: string; }; shareInMaxAmount: string; }; }; exitSwapShareAmountIn(value: _158.MsgExitSwapShareAmountIn): { typeUrl: string; value: { sender: string; poolId: string; tokenOutDenom: string; shareInAmount: string; tokenOutMinAmount: string; }; }; }; fromJSON: { joinPool(value: any): { typeUrl: string; value: _158.MsgJoinPool; }; exitPool(value: any): { typeUrl: string; value: _158.MsgExitPool; }; swapExactAmountIn(value: any): { typeUrl: string; value: _158.MsgSwapExactAmountIn; }; swapExactAmountOut(value: any): { typeUrl: string; value: _158.MsgSwapExactAmountOut; }; joinSwapExternAmountIn(value: any): { typeUrl: string; value: _158.MsgJoinSwapExternAmountIn; }; joinSwapShareAmountOut(value: any): { typeUrl: string; value: _158.MsgJoinSwapShareAmountOut; }; exitSwapExternAmountOut(value: any): { typeUrl: string; value: _158.MsgExitSwapExternAmountOut; }; exitSwapShareAmountIn(value: any): { typeUrl: string; value: _158.MsgExitSwapShareAmountIn; }; }; fromPartial: { joinPool(value: _158.MsgJoinPool): { typeUrl: string; value: _158.MsgJoinPool; }; exitPool(value: _158.MsgExitPool): { typeUrl: string; value: _158.MsgExitPool; }; swapExactAmountIn(value: _158.MsgSwapExactAmountIn): { typeUrl: string; value: _158.MsgSwapExactAmountIn; }; swapExactAmountOut(value: _158.MsgSwapExactAmountOut): { typeUrl: string; value: _158.MsgSwapExactAmountOut; }; joinSwapExternAmountIn(value: _158.MsgJoinSwapExternAmountIn): { typeUrl: string; value: _158.MsgJoinSwapExternAmountIn; }; joinSwapShareAmountOut(value: _158.MsgJoinSwapShareAmountOut): { typeUrl: string; value: _158.MsgJoinSwapShareAmountOut; }; exitSwapExternAmountOut(value: _158.MsgExitSwapExternAmountOut): { typeUrl: string; value: _158.MsgExitSwapExternAmountOut; }; exitSwapShareAmountIn(value: _158.MsgExitSwapShareAmountIn): { typeUrl: string; value: _158.MsgExitSwapShareAmountIn; }; }; }; AminoConverter: { "/osmosis.gamm.v1beta1.MsgJoinPool": { aminoType: string; toAmino: (message: _158.MsgJoinPool) => _158.MsgJoinPoolAmino; fromAmino: (object: _158.MsgJoinPoolAmino) => _158.MsgJoinPool; }; "/osmosis.gamm.v1beta1.MsgExitPool": { aminoType: string; toAmino: (message: _158.MsgExitPool) => _158.MsgExitPoolAmino; fromAmino: (object: _158.MsgExitPoolAmino) => _158.MsgExitPool; }; "/osmosis.gamm.v1beta1.MsgSwapExactAmountIn": { aminoType: string; toAmino: (message: _158.MsgSwapExactAmountIn) => _158.MsgSwapExactAmountInAmino; fromAmino: (object: _158.MsgSwapExactAmountInAmino) => _158.MsgSwapExactAmountIn; }; "/osmosis.gamm.v1beta1.MsgSwapExactAmountOut": { aminoType: string; toAmino: (message: _158.MsgSwapExactAmountOut) => _158.MsgSwapExactAmountOutAmino; fromAmino: (object: _158.MsgSwapExactAmountOutAmino) => _158.MsgSwapExactAmountOut; }; "/osmosis.gamm.v1beta1.MsgJoinSwapExternAmountIn": { aminoType: string; toAmino: (message: _158.MsgJoinSwapExternAmountIn) => _158.MsgJoinSwapExternAmountInAmino; fromAmino: (object: _158.MsgJoinSwapExternAmountInAmino) => _158.MsgJoinSwapExternAmountIn; }; "/osmosis.gamm.v1beta1.MsgJoinSwapShareAmountOut": { aminoType: string; toAmino: (message: _158.MsgJoinSwapShareAmountOut) => _158.MsgJoinSwapShareAmountOutAmino; fromAmino: (object: _158.MsgJoinSwapShareAmountOutAmino) => _158.MsgJoinSwapShareAmountOut; }; "/osmosis.gamm.v1beta1.MsgExitSwapExternAmountOut": { aminoType: string; toAmino: (message: _158.MsgExitSwapExternAmountOut) => _158.MsgExitSwapExternAmountOutAmino; fromAmino: (object: _158.MsgExitSwapExternAmountOutAmino) => _158.MsgExitSwapExternAmountOut; }; "/osmosis.gamm.v1beta1.MsgExitSwapShareAmountIn": { aminoType: string; toAmino: (message: _158.MsgExitSwapShareAmountIn) => _158.MsgExitSwapShareAmountInAmino; fromAmino: (object: _158.MsgExitSwapShareAmountInAmino) => _158.MsgExitSwapShareAmountIn; }; }; MsgJoinPool: { typeUrl: string; aminoType: string; is(o: any): o is _158.MsgJoinPool; isSDK(o: any): o is _158.MsgJoinPoolSDKType; isAmino(o: any): o is _158.MsgJoinPoolAmino; encode(message: _158.MsgJoinPool, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: import("..").BinaryReader | Uint8Array, length?: number): _158.MsgJoinPool; fromJSON(object: any): _158.MsgJoinPool; toJSON(message: _158.MsgJoinPool): import("..").JsonSafe<_158.MsgJoinPool>; fromPartial(object: Partial<_158.MsgJoinPool>): _158.MsgJoinPool; fromAmino(object: _158.MsgJoinPoolAmino): _158.MsgJoinPool; toAmino(message: _158.MsgJoinPool): _158.MsgJoinPoolAmino; fromAminoMsg(object: _158.MsgJoinPoolAminoMsg): _158.MsgJoinPool; toAminoMsg(message: _158.MsgJoinPool): _158.MsgJoinPoolAminoMsg; fromProtoMsg(message: _158.MsgJoinPoolProtoMsg): _158.MsgJoinPool; toProto(message: _158.MsgJoinPool): Uint8Array; toProtoMsg(message: _158.MsgJoinPool): _158.MsgJoinPoolProtoMsg; }; MsgJoinPoolResponse: { typeUrl: string; aminoType: string; is(o: any): o is _158.MsgJoinPoolResponse; isSDK(o: any): o is _158.MsgJoinPoolResponseSDKType; isAmino(o: any): o is _158.MsgJoinPoolResponseAmino; encode(message: _158.MsgJoinPoolResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: import("..").BinaryReader | Uint8Array, length?: number): _158.MsgJoinPoolResponse; fromJSON(object: any): _158.MsgJoinPoolResponse; toJSON(message: _158.MsgJoinPoolResponse): import("..").JsonSafe<_158.MsgJoinPoolResponse>; fromPartial(object: Partial<_158.MsgJoinPoolResponse>): _158.MsgJoinPoolResponse; fromAmino(object: _158.MsgJoinPoolResponseAmino): _158.MsgJoinPoolResponse; toAmino(message: _158.MsgJoinPoolResponse): _158.MsgJoinPoolResponseAmino; fromAminoMsg(object: _158.MsgJoinPoolResponseAminoMsg): _158.MsgJoinPoolResponse; toAminoMsg(message: _158.MsgJoinPoolResponse): _158.MsgJoinPoolResponseAminoMsg; fromProtoMsg(message: _158.MsgJoinPoolResponseProtoMsg): _158.MsgJoinPoolResponse; toProto(message: _158.MsgJoinPoolResponse): Uint8Array; toProtoMsg(message: _158.MsgJoinPoolResponse): _158.MsgJoinPoolResponseProtoMsg; }; MsgExitPool: { typeUrl: string; aminoType: string; is(o: any): o is _158.MsgExitPool; isSDK(o: any): o is _158.MsgExitPoolSDKType; isAmino(o: any): o is _158.MsgExitPoolAmino; encode(message: _158.MsgExitPool, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: import("..").BinaryReader | Uint8Array, length?: number): _158.MsgExitPool; fromJSON(object: any): _158.MsgExitPool; toJSON(message: _158.MsgExitPool): import("..").JsonSafe<_158.MsgExitPool>; fromPartial(object: Partial<_158.MsgExitPool>): _158.MsgExitPool; fromAmino(object: _158.MsgExitPoolAmino): _158.MsgExitPool; toAmino(message: _158.MsgExitPool): _158.MsgExitPoolAmino; fromAminoMsg(object: _158.MsgExitPoolAminoMsg): _158.MsgExitPool; toAminoMsg(message: _158.MsgExitPool): _158.MsgExitPoolAminoMsg; fromProtoMsg(message: _158.MsgExitPoolProtoMsg): _158.MsgExitPool; toProto(message: _158.MsgExitPool): Uint8Array; toProtoMsg(message: _158.MsgExitPool): _158.MsgExitPoolProtoMsg; }; MsgExitPoolResponse: { typeUrl: string; aminoType: string; is(o: any): o is _158.MsgExitPoolResponse; isSDK(o: any): o is _158.MsgExitPoolResponseSDKType; isAmino(o: any): o is _158.MsgExitPoolResponseAmino; encode(message: _158.MsgExitPoolResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: import("..").BinaryReader | Uint8Array, length?: number): _158.MsgExitPoolResponse; fromJSON(object: any): _158.MsgExitPoolResponse; toJSON(message: _158.MsgExitPoolResponse): import("..").JsonSafe<_158.MsgExitPoolResponse>; fromPartial(object: Partial<_158.MsgExitPoolResponse>): _158.MsgExitPoolResponse; fromAmino(object: _158.MsgExitPoolResponseAmino): _158.MsgExitPoolResponse; toAmino(message: _158.MsgExitPoolResponse): _158.MsgExitPoolResponseAmino; fromAminoMsg(object: _158.MsgExitPoolResponseAminoMsg): _158.MsgExitPoolResponse; toAminoMsg(message: _158.MsgExitPoolResponse): _158.MsgExitPoolResponseAminoMsg; fromProtoMsg(message: _158.MsgExitPoolResponseProtoMsg): _158.MsgExitPoolResponse; toProto(message: _158.MsgExitPoolResponse): Uint8Array; toProtoMsg(message: _158.MsgExitPoolResponse): _158.MsgExitPoolResponseProtoMsg; }; MsgSwapExactAmountIn: { typeUrl: string; aminoType: string; is(o: any): o is _158.MsgSwapExactAmountIn; isSDK(o: any): o is _158.MsgSwapExactAmountInSDKType; isAmino(o: any): o is _158.MsgSwapExactAmountInAmino; encode(message: _158.MsgSwapExactAmountIn, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: import("..").BinaryReader | Uint8Array, length?: number): _158.MsgSwapExactAmountIn; fromJSON(object: any): _158.MsgSwapExactAmountIn; toJSON(message: _158.MsgSwapExactAmountIn): import("..").JsonSafe<_158.MsgSwapExactAmountIn>; fromPartial(object: Partial<_158.MsgSwapExactAmountIn>): _158.MsgSwapExactAmountIn; fromAmino(object: _158.MsgSwapExactAmountInAmino): _158.MsgSwapExactAmountIn; toAmino(message: _158.MsgSwapExactAmountIn): _158.MsgSwapExactAmountInAmino; fromAminoMsg(object: _158.MsgSwapExactAmountInAminoMsg): _158.MsgSwapExactAmountIn; toAminoMsg(message: _158.MsgSwapExactAmountIn): _158.MsgSwapExactAmountInAminoMsg; fromProtoMsg(message: _158.MsgSwapExactAmountInProtoMsg): _158.MsgSwapExactAmountIn; toProto(message: _158.MsgSwapExactAmountIn): Uint8Array; toProtoMsg(message: _158.MsgSwapExactAmountIn): _158.MsgSwapExactAmountInProtoMsg; }; MsgSwapExactAmountInResponse: { typeUrl: string; aminoType: string; is(o: any): o is _158.MsgSwapExactAmountInResponse; isSDK(o: any): o is _158.MsgSwapExactAmountInResponseSDKType; isAmino(o: any): o is _158.MsgSwapExactAmountInResponseAmino; encode(message: _158.MsgSwapExactAmountInResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: import("..").BinaryReader | Uint8Array, length?: number): _158.MsgSwapExactAmountInResponse; fromJSON(object: any): _158.MsgSwapExactAmountInResponse; toJSON(message: _158.MsgSwapExactAmountInResponse): import("..").JsonSafe<_158.MsgSwapExactAmountInResponse>; fromPartial(object: Partial<_158.MsgSwapExactAmountInResponse>): _158.MsgSwapExactAmountInResponse; fromAmino(object: _158.MsgSwapExactAmountInResponseAmino): _158.MsgSwapExactAmountInResponse; toAmino(message: _158.MsgSwapExactAmountInResponse): _158.MsgSwapExactAmountInResponseAmino; fromAminoMsg(object: _158.MsgSwapExactAmountInResponseAminoMsg): _158.MsgSwapExactAmountInResponse; toAminoMsg(message: _158.MsgSwapExactAmountInResponse): _158.MsgSwapExactAmountInResponseAminoMsg; fromProtoMsg(message: _158.MsgSwapExactAmountInResponseProtoMsg): _158.MsgSwapExactAmountInResponse; toProto(message: _158.MsgSwapExactAmountInResponse): Uint8Array; toProtoMsg(message: _158.MsgSwapExactAmountInResponse): _158.MsgSwapExactAmountInResponseProtoMsg; }; MsgSwapExactAmountOut: { typeUrl: string; aminoType: string; is(o: any): o is _158.MsgSwapExactAmountOut; isSDK(o: any): o is _158.MsgSwapExactAmountOutSDKType; isAmino(o: any): o is _158.MsgSwapExactAmountOutAmino; encode(message: _158.MsgSwapExactAmountOut, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: import("..").BinaryReader | Uint8Array, length?: number): _158.MsgSwapExactAmountOut; fromJSON(object: any): _158.MsgSwapExactAmountOut; toJSON(message: _158.MsgSwapExactAmountOut): import("..").JsonSafe<_158.MsgSwapExactAmountOut>; fromPartial(object: Partial<_158.MsgSwapExactAmountOut>): _158.MsgSwapExactAmountOut; fromAmino(object: _158.MsgSwapExactAmountOutAmino): _158.MsgSwapExactAmountOut; toAmino(message: _158.MsgSwapExactAmountOut): _158.MsgSwapExactAmountOutAmino; fromAminoMsg(object: _158.MsgSwapExactAmountOutAminoMsg): _158.MsgSwapExactAmountOut; toAminoMsg(message: _158.MsgSwapExactAmountOut): _158.MsgSwapExactAmountOutAminoMsg; fromProtoMsg(message: _158.MsgSwapExactAmountOutProtoMsg): _158.MsgSwapExactAmountOut; toProto(message: _158.MsgSwapExactAmountOut): Uint8Array; toProtoMsg(message: _158.MsgSwapExactAmountOut): _158.MsgSwapExactAmountOutProtoMsg; }; MsgSwapExactAmountOutResponse: { typeUrl: string; aminoType: string; is(o: any): o is _158.MsgSwapExactAmountOutResponse; isSDK(o: any): o is _158.MsgSwapExactAmountOutResponseSDKType; isAmino(o: any): o is _158.MsgSwapExactAmountOutResponseAmino; encode(message: _158.MsgSwapExactAmountOutResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: import("..").BinaryReader | Uint8Array, length?: number): _158.MsgSwapExactAmountOutResponse; fromJSON(object: any): _158.MsgSwapExactAmountOutResponse; toJSON(message: _158.MsgSwapExactAmountOutResponse): import("..").JsonSafe<_158.MsgSwapExactAmountOutResponse>; fromPartial(object: Partial<_158.MsgSwapExactAmountOutResponse>): _158.MsgSwapExactAmountOutResponse; fromAmino(object: _158.MsgSwapExactAmountOutResponseAmino): _158.MsgSwapExactAmountOutResponse; toAmino(message: _158.MsgSwapExactAmountOutResponse): _158.MsgSwapExactAmountOutResponseAmino; fromAminoMsg(object: _158.MsgSwapExactAmountOutResponseAminoMsg): _158.MsgSwapExactAmountOutResponse; toAminoMsg(message: _158.MsgSwapExactAmountOutResponse): _158.MsgSwapExactAmountOutResponseAminoMsg; fromProtoMsg(message: _158.MsgSwapExactAmountOutResponseProtoMsg): _158.MsgSwapExactAmountOutResponse; toProto(message: _158.MsgSwapExactAmountOutResponse): Uint8Array; toProtoMsg(message: _158.MsgSwapExactAmountOutResponse): _158.MsgSwapExactAmountOutResponseProtoMsg; }; MsgJoinSwapExternAmountIn: { typeUrl: string; aminoType: string; is(o: any): o is _158.MsgJoinSwapExternAmountIn; isSDK(o: any): o is _158.MsgJoinSwapExternAmountInSDKType; isAmino(o: any): o is _158.MsgJoinSwapExternAmountInAmino; encode(message: _158.MsgJoinSwapExternAmountIn, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: import("..").BinaryReader | Uint8Array, length?: number): _158.MsgJoinSwapExternAmountIn; fromJSON(object: any): _158.MsgJoinSwapExternAmountIn; toJSON(message: _158.MsgJoinSwapExternAmountIn): import("..").JsonSafe<_158.MsgJoinSwapExternAmountIn>; fromPartial(object: Partial<_158.MsgJoinSwapExternAmountIn>): _158.MsgJoinSwapExternAmountIn; fromAmino(object: _158.MsgJoinSwapExternAmountInAmino): _158.MsgJoinSwapExternAmountIn; toAmino(message: _158.MsgJoinSwapExternAmountIn): _158.MsgJoinSwapExternAmountInAmino; fromAminoMsg(object: _158.MsgJoinSwapExternAmountInAminoMsg): _158.MsgJoinSwapExternAmountIn; toAminoMsg(message: _158.MsgJoinSwapExternAmountIn): _158.MsgJoinSwapExternAmountInAminoMsg; fromProtoMsg(message: _158.MsgJoinSwapExternAmountInProtoMsg): _158.MsgJoinSwapExternAmountIn; toProto(message: _158.MsgJoinSwapExternAmountIn): Uint8Array; toProtoMsg(message: _158.MsgJoinSwapExternAmountIn): _158.MsgJoinSwapExternAmountInProtoMsg; }; MsgJoinSwapExternAmountInResponse: { typeUrl: string; aminoType: string; is(o: any): o is _158.MsgJoinSwapExternAmountInResponse; isSDK(o: any): o is _158.MsgJoinSwapExternAmountInResponseSDKType; isAmino(o: any): o is _158.MsgJoinSwapExternAmountInResponseAmino; encode(message: _158.MsgJoinSwapExternAmountInResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: import("..").BinaryReader | Uint8Array, length?: number): _158.MsgJoinSwapExternAmountInResponse; fromJSON(object: any): _158.MsgJoinSwapExternAmountInResponse; toJSON(message: _158.MsgJoinSwapExternAmountInResponse): import("..").JsonSafe<_158.MsgJoinSwapExternAmountInResponse>; fromPartial(object: Partial<_158.MsgJoinSwapExternAmountInResponse>): _158.MsgJoinSwapExternAmountInResponse; fromAmino(object: _158.MsgJoinSwapExternAmountInResponseAmino): _158.MsgJoinSwapExternAmountInResponse; toAmino(message: _158.MsgJoinSwapExternAmountInResponse): _158.MsgJoinSwapExternAmountInResponseAmino; fromAminoMsg(object: _158.MsgJoinSwapExternAmountInResponseAminoMsg): _158.MsgJoinSwapExternAmountInResponse; toAminoMsg(message: _158.MsgJoinSwapExternAmountInResponse): _158.MsgJoinSwapExternAmountInResponseAminoMsg; fromProtoMsg(message: _158.MsgJoinSwapExternAmountInResponseProtoMsg): _158.MsgJoinSwapExternAmountInResponse; toProto(message: _158.MsgJoinSwapExternAmountInResponse): Uint8Array; toProtoMsg(message: _158.MsgJoinSwapExternAmountInResponse): _158.MsgJoinSwapExternAmountInResponseProtoMsg; }; MsgJoinSwapShareAmountOut: { typeUrl: string; aminoType: string; is(o: any): o is _158.MsgJoinSwapShareAmountOut; isSDK(o: any): o is _158.MsgJoinSwapShareAmountOutSDKType; isAmino(o: any): o is _158.MsgJoinSwapShareAmountOutAmino; encode(message: _158.MsgJoinSwapShareAmountOut, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: import("..").BinaryReader | Uint8Array, length?: number): _158.MsgJoinSwapShareAmountOut; fromJSON(object: any): _158.MsgJoinSwapShareAmountOut; toJSON(message: _158.MsgJoinSwapShareAmountOut): import("..").JsonSafe<_158.MsgJoinSwapShareAmountOut>; fromPartial(object: Partial<_158.MsgJoinSwapShareAmountOut>): _158.MsgJoinSwapShareAmountOut; fromAmino(object: _158.MsgJoinSwapShareAmountOutAmino): _158.MsgJoinSwapShareAmountOut; toAmino(message: _158.MsgJoinSwapShareAmountOut): _158.MsgJoinSwapShareAmountOutAmino; fromAminoMsg(object: _158.MsgJoinSwapShareAmountOutAminoMsg): _158.MsgJoinSwapShareAmountOut; toAminoMsg(message: _158.MsgJoinSwapShareAmountOut): _158.MsgJoinSwapShareAmountOutAminoMsg; fromProtoMsg(message: _158.MsgJoinSwapShareAmountOutProtoMsg): _158.MsgJoinSwapShareAmountOut; toProto(message: _158.MsgJoinSwapShareAmountOut): Uint8Array; toProtoMsg(message: _158.MsgJoinSwapShareAmountOut): _158.MsgJoinSwapShareAmountOutProtoMsg; }; MsgJoinSwapShareAmountOutResponse: { typeUrl: string; aminoType: string; is(o: any): o is _158.MsgJoinSwapShareAmountOutResponse; isSDK(o: any): o is _158.MsgJoinSwapShareAmountOutResponseSDKType; isAmino(o: any): o is _158.MsgJoinSwapShareAmountOutResponseAmino; encode(message: _158.MsgJoinSwapShareAmountOutResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: import("..").BinaryReader | Uint8Array, length?: number): _158.MsgJoinSwapShareAmountOutResponse; fromJSON(object: any): _158.MsgJoinSwapShareAmountOutResponse; toJSON(message: _158.MsgJoinSwapShareAmountOutResponse): import("..").JsonSafe<_158.MsgJoinSwapShareAmountOutResponse>; fromPartial(object: Partial<_158.MsgJoinSwapShareAmountOutResponse>): _158.MsgJoinSwapShareAmountOutResponse; fromAmino(object: _158.MsgJoinSwapShareAmountOutResponseAmino): _158.MsgJoinSwapShareAmountOutResponse; toAmino(message: _158.MsgJoinSwapShareAmountOutResponse): _158.MsgJoinSwapShareAmountOutResponseAmino; fromAminoMsg(object: _158.MsgJoinSwapShareAmountOutResponseAminoMsg): _158.MsgJoinSwapShareAmountOutResponse; toAminoMsg(message: _158.MsgJoinSwapShareAmountOutResponse): _158.MsgJoinSwapShareAmountOutResponseAminoMsg; fromProtoMsg(message: _158.MsgJoinSwapShareAmountOutResponseProtoMsg): _158.MsgJoinSwapShareAmountOutResponse; toProto(message: _158.MsgJoinSwapShareAmountOutResponse): Uint8Array; toProtoMsg(message: _158.MsgJoinSwapShareAmountOutResponse): _158.MsgJoinSwapShareAmountOutResponseProtoMsg; }; MsgExitSwapShareAmountIn: { typeUrl: string; aminoType: string; is(o: any): o is _158.MsgExitSwapShareAmountIn; isSDK(o: any): o is _158.MsgExitSwapShareAmountInSDKType; isAmino(o: any): o is _158.MsgExitSwapShareAmountInAmino; encode(message: _158.MsgExitSwapShareAmountIn, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: import("..").BinaryReader | Uint8Array, length?: number): _158.MsgExitSwapShareAmountIn; fromJSON(object: any): _158.MsgExitSwapShareAmountIn; toJSON(message: _158.MsgExitSwapShareAmountIn): import("..").JsonSafe<_158.MsgExitSwapShareAmountIn>; fromPartial(object: Partial<_158.MsgExitSwapShareAmountIn>): _158.MsgExitSwapShareAmountIn; fromAmino(object: _158.MsgExitSwapShareAmountInAmino): _158.MsgExitSwapShareAmountIn; toAmino(message: _158.MsgExitSwapShareAmountIn): _158.MsgExitSwapShareAmountInAmino; fromAminoMsg(object: _158.MsgExitSwapShareAmountInAminoMsg): _158.MsgExitSwapShareAmountIn; toAminoMsg(message: _158.MsgExitSwapShareAmountIn): _158.MsgExitSwapShareAmountInAminoMsg; fromProtoMsg(message: _158.MsgExitSwapShareAmountInProtoMsg): _158.MsgExitSwapShareAmountIn; toProto(message: _158.MsgExitSwapShareAmountIn): Uint8Array; toProtoMsg(message: _158.MsgExitSwapShareAmountIn): _158.MsgExitSwapShareAmountInProtoMsg; }; MsgExitSwapShareAmountInResponse: { typeUrl: string; aminoType: string; is(o: any): o is _158.MsgExitSwapShareAmountInResponse; isSDK(o: any): o is _158.MsgExitSwapShareAmountInResponseSDKType; isAmino(o: any): o is _158.MsgExitSwapShareAmountInResponseAmino; encode(message: _158.MsgExitSwapShareAmountInResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: import("..").BinaryReader | Uint8Array, length?: number): _158.MsgExitSwapShareAmountInResponse; fromJSON(object: any): _158.MsgExitSwapShareAmountInResponse; toJSON(message: _158.MsgExitSwapShareAmountInResponse): import("..").JsonSafe<_158.MsgExitSwapShareAmountInResponse>; fromPartial(object: Partial<_158.MsgExitSwapShareAmountInResponse>): _158.MsgExitSwapShareAmountInResponse; fromAmino(object: _158.MsgExitSwapShareAmountInResponseAmino): _158.MsgExitSwapShareAmountInResponse; toAmino(message: _158.MsgExitSwapShareAmountInResponse): _158.MsgExitSwapShareAmountInResponseAmino; fromAminoMsg(object: _158.MsgExitSwapShareAmountInResponseAminoMsg): _158.MsgExitSwapShareAmountInResponse; toAminoMsg(message: _158.MsgExitSwapShareAmountInResponse): _158.MsgExitSwapShareAmountInResponseAminoMsg; fromProtoMsg(message: _158.MsgExitSwapShareAmountInResponseProtoMsg): _158.MsgExitSwapShareAmountInResponse; toProto(message: _158.MsgExitSwapShareAmountInResponse): Uint8Array; toProtoMsg(message: _158.MsgExitSwapShareAmountInResponse): _158.MsgExitSwapShareAmountInResponseProtoMsg; }; MsgExitSwapExternAmountOut: { typeUrl: string; aminoType: string; is(o: any): o is _158.MsgExitSwapExternAmountOut; isSDK(o: any): o is _158.MsgExitSwapExternAmountOutSDKType; isAmino(o: any): o is _158.MsgExitSwapExternAmountOutAmino; encode(message: _158.MsgExitSwapExternAmountOut, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: import("..").BinaryReader | Uint8Array, length?: number): _158.MsgExitSwapExternAmountOut; fromJSON(object: any): _158.MsgExitSwapExternAmountOut; toJSON(message: _158.MsgExitSwapExternAmountOut): import("..").JsonSafe<_158.MsgExitSwapExternAmountOut>; fromPartial(object: Partial<_158.MsgExitSwapExternAmountOut>): _158.MsgExitSwapExternAmountOut; fromAmino(object: _158.MsgExitSwapExternAmountOutAmino): _158.MsgExitSwapExternAmountOut; toAmino(message: _158.MsgExitSwapExternAmountOut): _158.MsgExitSwapExternAmountOutAmino; fromAminoMsg(object: _158.MsgExitSwapExternAmountOutAminoMsg): _158.MsgExitSwapExternAmountOut; toAminoMsg(message: _158.MsgExitSwapExternAmountOut): _158.MsgExitSwapExternAmountOutAminoMsg; fromProtoMsg(message: _158.MsgExitSwapExternAmountOutProtoMsg): _158.MsgExitSwapExternAmountOut; toProto(message: _158.MsgExitSwapExternAmountOut): Uint8Array; toProtoMsg(message: _158.MsgExitSwapExternAmountOut): _158.MsgExitSwapExternAmountOutProtoMsg; }; MsgExitSwapExternAmountOutResponse: { typeUrl: string; aminoType: string; is(o: any): o is _158.MsgExitSwapExternAmountOutResponse; isSDK(o: any): o is _158.MsgExitSwapExternAmountOutResponseSDKType; isAmino(o: any): o is _158.MsgExitSwapExternAmountOutResponseAmino; encode(message: _158.MsgExitSwapExternAmountOutResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: import("..").BinaryReader | Uint8Array, length?: number): _158.MsgExitSwapExternAmountOutResponse; fromJSON(object: any): _158.MsgExitSwapExternAmountOutResponse; toJSON(message: _158.MsgExitSwapExternAmountOutResponse): import("..").JsonSafe<_158.MsgExitSwapExternAmountOutResponse>; fromPartial(object: Partial<_158.MsgExitSwapExternAmountOutResponse>): _158.MsgExitSwapExternAmountOutResponse; fromAmino(object: _158.MsgExitSwapExternAmountOutResponseAmino): _158.MsgExitSwapExternAmountOutResponse; toAmino(message: _158.MsgExitSwapExternAmountOutResponse): _158.MsgExitSwapExternAmountOutResponseAmino; fromAminoMsg(object: _158.MsgExitSwapExternAmountOutResponseAminoMsg): _158.MsgExitSwapExternAmountOutResponse; toAminoMsg(message: _158.MsgExitSwapExternAmountOutResponse): _158.MsgExitSwapExternAmountOutResponseAminoMsg; fromProtoMsg(message: _158.MsgExitSwapExternAmountOutResponseProtoMsg): _158.MsgExitSwapExternAmountOutResponse; toProto(message: _158.MsgExitSwapExternAmountOutResponse): Uint8Array; toProtoMsg(message: _158.MsgExitSwapExternAmountOutResponse): _158.MsgExitSwapExternAmountOutResponseProtoMsg; }; }; } namespace poolmanager { const v1beta1: { SwapAmountInRoute: { typeUrl: string; aminoType: string; is(o: any): o is _159.SwapAmountInRoute; isSDK(o: any): o is _159.SwapAmountInRouteSDKType; isAmino(o: any): o is _159.SwapAmountInRouteAmino; encode(message: _159.SwapAmountInRoute, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: import("..").BinaryReader | Uint8Array, length?: number): _159.SwapAmountInRoute; fromJSON(object: any): _159.SwapAmountInRoute; toJSON(message: _159.SwapAmountInRoute): import("..").JsonSafe<_159.SwapAmountInRoute>; fromPartial(object: Partial<_159.SwapAmountInRoute>): _159.SwapAmountInRoute; fromAmino(object: _159.SwapAmountInRouteAmino): _159.SwapAmountInRoute; toAmino(message: _159.SwapAmountInRoute): _159.SwapAmountInRouteAmino; fromAminoMsg(object: _159.SwapAmountInRouteAminoMsg): _159.SwapAmountInRoute; toAminoMsg(message: _159.SwapAmountInRoute): _159.SwapAmountInRouteAminoMsg; fromProtoMsg(message: _159.SwapAmountInRouteProtoMsg): _159.SwapAmountInRoute; toProto(message: _159.SwapAmountInRoute): Uint8Array; toProtoMsg(message: _159.SwapAmountInRoute): _159.SwapAmountInRouteProtoMsg; }; SwapAmountOutRoute: { typeUrl: string; aminoType: string; is(o: any): o is _159.SwapAmountOutRoute; isSDK(o: any): o is _159.SwapAmountOutRouteSDKType; isAmino(o: any): o is _159.SwapAmountOutRouteAmino; encode(message: _159.SwapAmountOutRoute, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: import("..").BinaryReader | Uint8Array, length?: number): _159.SwapAmountOutRoute; fromJSON(object: any): _159.SwapAmountOutRoute; toJSON(message: _159.SwapAmountOutRoute): import("..").JsonSafe<_159.SwapAmountOutRoute>; fromPartial(object: Partial<_159.SwapAmountOutRoute>): _159.SwapAmountOutRoute; fromAmino(object: _159.SwapAmountOutRouteAmino): _159.SwapAmountOutRoute; toAmino(message: _159.SwapAmountOutRoute): _159.SwapAmountOutRouteAmino; fromAminoMsg(object: _159.SwapAmountOutRouteAminoMsg): _159.SwapAmountOutRoute; toAminoMsg(message: _159.SwapAmountOutRoute): _159.SwapAmountOutRouteAminoMsg; fromProtoMsg(message: _159.SwapAmountOutRouteProtoMsg): _159.SwapAmountOutRoute; toProto(message: _159.SwapAmountOutRoute): Uint8Array; toProtoMsg(message: _159.SwapAmountOutRoute): _159.SwapAmountOutRouteProtoMsg; }; }; } namespace twap { const v1beta1: { TwapRecord: { typeUrl: string; aminoType: string; is(o: any): o is _160.TwapRecord; isSDK(o: any): o is _160.TwapRecordSDKType; isAmino(o: any): o is _160.TwapRecordAmino; encode(message: _160.TwapRecord, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: import("..").BinaryReader | Uint8Array, length?: number): _160.TwapRecord; fromJSON(object: any): _160.TwapRecord; toJSON(message: _160.TwapRecord): import("..").JsonSafe<_160.TwapRecord>; fromPartial(object: Partial<_160.TwapRecord>): _160.TwapRecord; fromAmino(object: _160.TwapRecordAmino): _160.TwapRecord; toAmino(message: _160.TwapRecord): _160.TwapRecordAmino; fromAminoMsg(object: _160.TwapRecordAminoMsg): _160.TwapRecord; toAminoMsg(message: _160.TwapRecord): _160.TwapRecordAminoMsg; fromProtoMsg(message: _160.TwapRecordProtoMsg): _160.TwapRecord; toProto(message: _160.TwapRecord): Uint8Array; toProtoMsg(message: _160.TwapRecord): _160.TwapRecordProtoMsg; }; }; } const ClientFactory: { createRPCMsgClient: ({ rpc }: { rpc: import("../helpers").Rpc; }) => Promise<{ cosmos: { authz: { v1beta1: import("../cosmos/authz/v1beta1/tx.rpc.msg").MsgClientImpl; }; bank: { v1beta1: import("../cosmos/bank/v1beta1/tx.rpc.msg").MsgClientImpl; }; distribution: { v1beta1: import("../cosmos/distribution/v1beta1/tx.rpc.msg").MsgClientImpl; }; gov: { v1beta1: import("../cosmos/gov/v1beta1/tx.rpc.msg").MsgClientImpl; }; staking: { v1beta1: import("../cosmos/staking/v1beta1/tx.rpc.msg").MsgClientImpl; }; upgrade: { v1beta1: import("../cosmos/upgrade/v1beta1/tx.rpc.msg").MsgClientImpl; }; evm: { vm: { v1: import("../cosmos/evm/vm/v1/tx.rpc.msg").MsgClientImpl; }; }; }; osmosis: { gamm: { v1beta1: _257.MsgClientImpl; }; }; }>; }; }