type ClientIds = string[]; export interface UserClients { [userId: string]: ClientIds; } export {}; //# sourceMappingURL=UserClients.d.ts.map