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