type FeatureFlag = 'disable_default_templates'; type FeatureFlags = Record; export declare const useFeatureFlags: () => FeatureFlags; export {};