import { Range } from "./Location"; export declare class Line { readonly text: string; readonly range: Range; constructor(text: string, range: Range); }