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