import { StreamReporter, VinylReporter } from "../reporter"; export declare function createTextReporter(): StreamReporter; export declare function createTextFileReporter(): VinylReporter;