import { PreKey } from '../auth'; export interface UserPreKeyBundleMap { [userId: string]: { [clientId: string]: PreKey | null; }; } export type QualifiedUserPreKeyBundleMap = Record; //# sourceMappingURL=UserPreKeyBundleMap.d.ts.map