export declare const HashedIdHelper: { hashedId16(id: string): Promise; hashedId32(id: string): Promise; hashedRandomUuid16(): Promise; hashedRandomUuid32(): Promise; };