/** * 判断是否是服务器环境 * @returns */ export declare const isServer: boolean;