declare const IS_LINUX: boolean;
declare const IS_WINDOWS: boolean;
export { IS_LINUX, IS_WINDOWS };
