import { StateCommand } from '@codemirror/state'; /** * Inserts two spaces instead of a tab character. If something is selected, * the entire selection gets indented. */ export declare const indentWithSpaces: StateCommand;