import { ILogData, ILogOptions } from './type'; export declare function log(data: ILogData, options?: ILogOptions): void;