import type { Runtime } from "./types.js";
export declare function detectRuntime(): Runtime;
export declare function isClient(): boolean;
export declare function isServer(): boolean;
