declare namespace RTM {
  function initialize(): void;
}

export default RTM;

export as namespace RTM;
