import { FeatureStore } from "@omnia/fx/stores"; export declare class CommunityRules { static featureStore: FeatureStore; /** * Returns true if this is a community app * */ static get isCommunityApp(): boolean; }