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