export interface EditorMessage { message: string; timeout?: number; customElementName?: string; }