export declare class GlideUserHash { static createUserHashes(): void static getHashByUserId(userId?: string): string static getUserIdByHash(userId?: string): string static getUserIds(hashes?: Array): Record }