MsgCreateClientResponse: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): MsgCreateClientResponse;
    encode(_: MsgCreateClientResponse, writer?: BinaryWriter): BinaryWriter;
    fromAmino(_: MsgCreateClientResponseAmino): MsgCreateClientResponse;
    fromAminoMsg(object: MsgCreateClientResponseAminoMsg): MsgCreateClientResponse;
    fromPartial(_: {}): MsgCreateClientResponse;
    fromProtoMsg(message: MsgCreateClientResponseProtoMsg): MsgCreateClientResponse;
    toAmino(_: MsgCreateClientResponse): MsgCreateClientResponseAmino;
    toAminoMsg(message: MsgCreateClientResponse): MsgCreateClientResponseAminoMsg;
    toProto(message: MsgCreateClientResponse): Uint8Array;
    toProtoMsg(message: MsgCreateClientResponse): MsgCreateClientResponseProtoMsg;
}