import { Command } from "../types"; export declare const setEditable: (editable: boolean) => Command;