import { Editor } from "./Editor.ts"; export declare class XMLEditor extends Editor { options(): any; xml(): string; xml(_: string): this; }