/** Report whether the current OS is Windows. */ export declare function isWindows(): boolean; /** Reports whether the current OS is macOS. */ export declare function isMacOS(): boolean; //# sourceMappingURL=platform.d.ts.map