//#region src/isNode.d.ts /** biome-ignore-all lint/complexity/useOptionalChain: this needs to carefully run in both node and browser environments */ declare const isNode: boolean; //#endregion export { isNode }; //# sourceMappingURL=isNode.d.ts.map