import type { Runtime } from "./types";
export declare function detectRuntime(): Runtime;
export declare function isClient(): boolean;
export declare function isServer(): boolean;
//# sourceMappingURL=detect.d.ts.map