//#region src/system.d.ts
type Platform = "aix" | "android" | "darwin" | "freebsd" | "haiku" | "linux" | "openbsd" | "sunos" | "win32" | "cygwin" | "netbsd";
//#endregion
export { Platform };
//# sourceMappingURL=system.d.mts.map