/** * Indicates whether the current platform is Linux. * @type {boolean} */ export declare const linux: boolean; /** * Indicates whether the current platform is Windows. * @type {boolean} */ export declare const win: boolean;