/**
 * 判断是不是服务端渲染
 */
export declare const isSSR: () => any;
