import { BodyState } from "../../bodyState.type"; export declare function getIndexAfterSpecialNode(state: BodyState, closesAt: number): number;