/* @flow */ type TLog = (...e: Array) => void; declare module.exports: { info: TLog, command: TLog, warning: TLog, error: TLog, success: TLog, missing: TLog, subtree: TLog, getRenderer: () => function, };