import type { ElementState, SelectionRange } from '../types';
export declare function getLineSelection({ value, selection }: ElementState, isForward: boolean): SelectionRange;
//# sourceMappingURL=get-line-selection.d.ts.map