export declare function isTestEnvironment(): boolean;
export declare function isProduction(): boolean;
export declare function isBrowser(): boolean;
