import { ILoggerRequired } from './types';
export declare function buildPrintLog(level: string, prop: string): (this: ILoggerRequired, ...args: any[]) => any;
export declare function isGo(options: any, level: string): any;
export declare function multiArgsHandler(format: any, level: string, tags: any[] | undefined, args: any[]): any[];
