import { FormatterType, LintResult } from 'stylelint'; declare type Formatter = (results: LintResult[]) => string; export declare function getFormatter(formatterName: FormatterType | string): Formatter; export {}; //# sourceMappingURL=get-formatter.d.ts.map