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