import { ExtractedValues } from "./plugin"; export declare function outputWriter(filename: string, values: ExtractedValues): void;