declare global {
  /**
   * **This is a compiler constant. It will be compiled to a literal, don't write to it.**
   *
   * Pop arrow's horizontal offset.
   */
  const __ARROW_OFFSET_HORIZONTAL__: number;
  /**
   * **This is a compiler constant. It will be compiled to a literal, don't write to it.**
   *
   * Pop arrow's vertical offset
   */
  const __ARROW_OFFSET_VERTICAL__: number;

  /**
   * **This is a compiler constant. It will be compiled to a literal, don't write to it.**
   *
   * Current zent version in package.json
   */
  const __ZENT_VERSION__: string;

  const chrome: unknown;
  const opr: unknown;
  const InstallTrigger: unknown;
}

export {};
