/** * getQuickInfoAtPosition and necessary functions cloned from TypeScript services.ts. * TODO: Use TypeScript or branched TypeScript library instead of copying these functions. */ import * as ts from "@tslab/typescript-for-tslab"; export declare function printQuickInfo(info: ts.QuickInfo): string;