import { TextDocument } from "../../types";
export declare function GetComment(doc: TextDocument, lineIndex: number): string;
