import type { Command, KeyBinding } from '@codemirror/view'; import type { CMLSPExtension } from './protocol.js'; export declare const startFormatEffect: import("@codemirror/state").StateEffectType; export declare const formatCell: Command; export declare const formatKeymap: readonly KeyBinding[]; export declare const lspFormat: CMLSPExtension; //# sourceMappingURL=format.d.ts.map