import type { ICompilerService } from "../../structures/ICompilerService"; /** * Parse the lint plugin's stderr (tsgo-style pretty diagnostics) into the * playground's normalized diagnostic shape. */ export declare function parseLintDiagnostics(stderr: string, source: string): ICompilerService.IDiagnostic[];