/** * Feature flags supported by the editor UI. */ export declare enum FeatureFlags { /** * Flag for ability to create workspaces in the editor. */ WorkspaceCreate = "workspace.create" }