/**
 * This hack allows us to not load liveagent.js when using `@linkedin/care-chat-status`
 * as the chat provider. It's needed because our legacy chat implementations uses `liveagent`
 * globally and we're not able to do dynamic module importing.
 */
(function() {
  window.liveagent = {
    _: {}
  };

  window.liveagentclicktocall = {
    _: {}
  };
})();
