import { CoberturaJson } from './types/cobertura'; export declare function writeOutput(outputFile: string, output: CoberturaJson): void;