/** * Environment detection utilities for tests */ /** * Detects if the current environment is Node.js */ export declare const isNode: boolean; /** * Detects if the current environment is a browser */ export declare const isBrowser: boolean; //# sourceMappingURL=environment.d.ts.map