import type { EffectiveRoleValue } from './role-profile-match.js'; export interface EffectiveRoleTarget { larkAppId: string; chatId: string; } export declare function effectiveRoleKey(larkAppId: string, chatId: string): string; /** Load the requested role snapshots through one browser request. */ export declare function loadEffectiveRoleMap(targets: EffectiveRoleTarget[]): Promise>; //# sourceMappingURL=role-batch.d.ts.map