Attribute: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): Attribute;
    encode(message: Attribute, writer?: BinaryWriter): BinaryWriter;
    fromJSON(object: any): Attribute;
    fromPartial<I>(object: I): Attribute;
    toJSON(message: Attribute): unknown;
}