//#region src/edge-light.d.ts export type Runtime = "workerd" | "deno" | "node" | "bun" | "edge-light" | ""; export declare function runtime(): Runtime; //#endregion