import { Feature } from '../../Feature';
import type { Command } from 'prosemirror-state';
declare module '../../types' {
    interface Commands {
        tabInCode: Command;
        setCodeBlock: Command;
        toggleCodeBlock: Command;
    }
}
export declare const CodeBlock: Feature<any, any>;
//# sourceMappingURL=index.d.ts.map