import { LogLevel } from 'openapi-graph-types';
export declare function log(msg: string, level?: LogLevel, ignoreConfig?: boolean): any;
