import type { LineSelection } from "./LineSelection.js"; export declare function parseLineSelector(lineSelectorString: string): LineSelection[];