export declare function beginCommunitySummaryRequest(requestKey: string, timer: ReturnType): void; export declare function completeCommunitySummaryRequest(requestKey: string): void; export declare function isCommunitySummaryCompleted(requestKey: string): boolean; export declare function markCommunitySummaryDisplayed(requestKey: string): void; export declare function isCommunitySummaryDisplayed(requestKey: string): boolean;