export declare function isCommunityPublishSuccess(code?: number): boolean; export declare function rememberCommunityPostRequest(circleId: string, originalTopic: string): void; export declare function markCommunityPostPublished(circleId: string, originalTopic?: string): void; export declare function hasRecentCommunityPublish(circleId: string, originalTopic?: string): boolean; export declare function markPostCommented(postId: string): void; export declare function hasRecentComment(postId: string): boolean;