export type JsRuntimePlatform = "node" | "browser" | "neutral" | "bare";