export type OperatingSystem = 'macos' | 'linux' | 'windows'; export declare function getLocalOS(): OperatingSystem; //# sourceMappingURL=env.d.ts.map