export declare function isBun(): boolean; /** * Detects if the code is running in a real browser environment. * Returns false for server-side runtimes (Node.js, Bun, Deno, edge runtimes). * Only returns true when we can positively identify a browser environment. */ export declare function isRealBrowser(): boolean; //# sourceMappingURL=env.d.ts.map