import { Editor } from "./Editor.ts"; export declare class JSONEditor extends Editor { options(): any; json(): object; json(_: object): this; }