export type Runtime = "bun" | "deno" | "node"; export declare function detectRuntime(): Runtime; //# sourceMappingURL=detect-node-runtime.d.ts.map