import { Log } from 'ts-tiny-log';
/**
 * You can replace or extend the log, but it should implement LogInterface
 * 	from ts-tiny-log
 */
export declare const log: Log;
