declare function isLinux(): boolean;

export { isLinux };
