/** Compact consecutive Node TAP records without discarding a value. * Every failure keeps its own row; only byte-identical diagnostics share a template. */ import type { CompressionResult } from './types.js'; export declare function looksLikeTap(text: string): boolean; export declare function compressTap(text: string): CompressionResult; //# sourceMappingURL=tap.d.ts.map