/**
 * @file Run in node env for isomorphic projects. logan-web will do nothing if its function is called in node env.
 */
declare var NOOP: () => void;
