export declare function generateSearchKey(addressType: string, emailAddress: string): Uint8Array; export declare function generateRecordKey(): Uint8Array; export declare function generateInstanceKey(): Uint8Array; export declare function generateEntryId(): Uint8Array;