/**
 * Log configuration for development scripts in this repo.
 *
 * To get `DEBUG` level log entries, set the `DEBUG` env var. e.g
 *
 * ```bash
 * DEBUG=1 npx ts-node ts/bindings/schema.ts
 * ```
 */
import * as logga from '@stencila/logga';
declare const log: logga.Logger;
export default log;
