import { IRuleResult } from '../types';
export declare const stylish: (results: IRuleResult[]) => string;
