/**
 * search posts by semantic search
 *
 * @returns the associated pinned post(s)
 *
 * @category Posts Live Collection
 *
 */
export declare const semanticSearchCommunities: (params: Amity.LiveCollectionParams<Amity.SemanticSearchCommunityLiveCollection>, callback: Amity.LiveCollectionCallback<Amity.Community>, config?: Amity.LiveCollectionConfig) => () => void;
//# sourceMappingURL=semanticSearchCommunities.d.ts.map