/**
 * Print results to console
 *
 * @param linterOutput An array of LintIssues
 * @param quiet Flag indicating whether to print warnings.
 * @internal
 */
export declare const write: (linterOutput: any, quiet: boolean) => void;
