import { EditorOrchestrator, Forms } from "@tripetto/builder"; import { Operation } from "../operation"; export declare const explanationControl: ( editor: EditorOrchestrator, explanation: string ) => Forms.Form;