import type { ItemFlow, JumpFlow } from "../../types/flow/plain"; import type { Position } from "../../types/state/position"; export declare function is(flow: ItemFlow): flow is JumpFlow; export declare function into(): Position | null; export declare function next(): Position | null; export declare function at(flow: JumpFlow): ItemFlow; //# sourceMappingURL=scope.jump.d.ts.map