MsgIBCCloseChannel: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): MsgIBCCloseChannel;
    encode(message: MsgIBCCloseChannel, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: MsgIBCCloseChannelAmino): MsgIBCCloseChannel;
    fromAminoMsg(object: MsgIBCCloseChannelAminoMsg): MsgIBCCloseChannel;
    fromPartial(object: {
        channel?: string;
    }): MsgIBCCloseChannel;
    fromProtoMsg(message: MsgIBCCloseChannelProtoMsg): MsgIBCCloseChannel;
    toAmino(message: MsgIBCCloseChannel): MsgIBCCloseChannelAmino;
    toAminoMsg(message: MsgIBCCloseChannel): MsgIBCCloseChannelAminoMsg;
    toProto(message: MsgIBCCloseChannel): Uint8Array;
    toProtoMsg(message: MsgIBCCloseChannel): MsgIBCCloseChannelProtoMsg;
}