(tmpHTMLHint: typeof IHTMLHint, tmpOptions: { nocolor?: boolean })
| 62 | export interface Formatter extends EventEmitter { |
| 63 | getSupported(): typeof arrSupportedFormatters |
| 64 | init(tmpHTMLHint: typeof IHTMLHint, tmpOptions: { nocolor?: boolean }): void |
| 65 | setFormat(format: string): void |
| 66 | |
| 67 | emit(event: 'start'): boolean |