export declare namespace EditorFamilyType { const BROWSER = "editor"; const WORKER = "worker"; const MASTER = "worker"; }