import type { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow'; export declare function community_getAreas(this: ILoadOptionsFunctions): Promise; export declare function community_getForums(this: ILoadOptionsFunctions): Promise; export declare function community_getBadges(this: ILoadOptionsFunctions): Promise; export declare function community_getLatestPosts(this: ILoadOptionsFunctions): Promise;