import { detectRuntime } from "./detect-runtime.js";
export declare function getRuntimeName(globalThis: Parameters<typeof detectRuntime>[0]): string;
