export interface SessionOwnerNotificationTarget { larkAppId: string; rootMessageId: string; ownerOpenId: string; } export declare function buildSessionOwnerMention(ownerOpenId: string, text?: string): string; /** Shared delivery seam for manual Locate and scheduled owner reminders. */ export declare function sendSessionOwnerThreadNotification(target: SessionOwnerNotificationTarget, text?: string, uuid?: string): Promise; //# sourceMappingURL=session-owner-notification.d.ts.map