export declare class EventId {
    b: Uint8Array;
    constructor();
    new(): string;
}
