/** * Copyright 2025 The Lotusia Stewardship * Github: https://github.com/LotusiaStewardship * License: MIT */ /** * Check if running in a browser environment * * @returns true if running in browser, false if running in Node.js */ export declare function isBrowser(): boolean; /** * Check if running in Node.js environment * * @returns true if running in Node.js, false if running in browser */ export declare function isNode(): boolean; //# sourceMappingURL=env.d.ts.map