import type { ExecuteHandler } from '../exec.types'; export declare const commentOnPost: ExecuteHandler; export declare const communityHandlers: { getAreas: ExecuteHandler; getForums: ExecuteHandler; getBadges: ExecuteHandler; assignBadgesToUser: ExecuteHandler; removeBadgesFromUser: ExecuteHandler; createCommunityPost: ExecuteHandler; commentOnPost: ExecuteHandler; getCommunityPosts: ExecuteHandler; };