import type { Command } from '@codemirror/view'; /** * Indent or insert a tab as appropriate. */ export declare const indentMoreOrInsertTab: Command; export declare const indentOrCompletion: Command; export declare const indentOrTooltip: Command; //# sourceMappingURL=indent.d.ts.map