/** * Returns `true` if the Typescript code is running within a node process, `false` otherwise */ export declare function isNodeRuntime(): boolean; /** * Returns `true` if the Typescript code is running within a bun process, `false` otherwise */ export declare function isBunRuntime(): boolean; //# sourceMappingURL=runtime.d.ts.map