export declare type TIsEnvironmentType = 'browser' | 'worker' | 'nodejs' | 'localhost'; export default function isEnvironment(type: TIsEnvironmentType, value?: any): any;