/** * Apply the session-group avatar to a freshly-born group. Fire-and-forget — * never throws; a failure just leaves the default Feishu group avatar. */ export declare function applySessionGroupAvatar(larkAppId: string, chatId: string): Promise; //# sourceMappingURL=session-group-avatar.d.ts.map