import * as rpc from "vscode-jsonrpc/node"; import { UUID } from "../../uuid"; export declare const enum MarkerPrinter { DEFAULT = "DEFAULT", FENCED = "FENCED", SANITIZED = "SANITIZED" } export declare class Print { private readonly treeId; private readonly sourceFileType; readonly markerPrinter: MarkerPrinter; constructor(treeId: UUID, sourceFileType: string, markerPrinter?: MarkerPrinter); static handle(connection: rpc.MessageConnection, getObject: (id: string, sourceFileType: string) => any, logger?: rpc.Logger, metricsCsv?: string): void; } //# sourceMappingURL=print.d.ts.map