/** * Determines a number for a given Matrix ID or room ID, helps disambiguating users * who are trying to impersonate someone else. * @param id - a Matrix ID or room ID * @returns a hash of the ID provided */ export declare function useIdColorHash(id: string): number; //# sourceMappingURL=useIdColorHash.d.ts.map