export interface PersistedForwardFollowup { messageId: string; dueAt: number; payload: T; } export declare function listForwardFollowups(larkAppId: string): PersistedForwardFollowup[]; export declare function putForwardFollowup(larkAppId: string, record: PersistedForwardFollowup): void; export declare function removeForwardFollowup(larkAppId: string, messageId: string): void; //# sourceMappingURL=forward-followup-store.d.ts.map