import { IConsoleBase } from '../types';
/**
 * 本地单例全局变量，有可能会被设到 window 上
 */
export default function getGlobalVarLocal(): IConsoleBase;
