import type { LineSelection } from "./LineSelection.js"; export declare function resolveLineSelections(selections: LineSelection[], totalLines: number): number[];