export {}; declare global { namespace QuickJS { type Platform = "darwin" | "linux" | "win32"; } }