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