import type { PlanGates, ProductPlan } from '../../types/index.js'; import type { Feature } from '../../types/index.js'; export declare const PLAN_GATES_DEFAULTS: { [key in ProductPlan]: PlanGates; }; export declare const GATED_PLUGINS: string[]; export declare const GATED_MARKDOC_TAGS: Record; //# sourceMappingURL=entitlements.d.ts.map