ResponseSetOption: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): ResponseSetOption;
    encode(message: ResponseSetOption, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: ResponseSetOptionAmino): ResponseSetOption;
    fromAminoMsg(object: ResponseSetOptionAminoMsg): ResponseSetOption;
    fromPartial(object: {
        code?: number;
        info?: string;
        log?: string;
    }): ResponseSetOption;
    fromProtoMsg(message: ResponseSetOptionProtoMsg): ResponseSetOption;
    toAmino(message: ResponseSetOption): ResponseSetOptionAmino;
    toProto(message: ResponseSetOption): Uint8Array;
    toProtoMsg(message: ResponseSetOption): ResponseSetOptionProtoMsg;
}