import type { Slice } from '@atlaskit/editor-prosemirror/model'; import type { Step } from '@atlaskit/editor-prosemirror/transform'; export declare const stepHasSlice: (step: Step) => step is Step & { from: number; slice: Slice; to: number; };