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