export {}; // make the file a module, to get rid of the warning

declare global {
  const AGENT_VERSION: string;
}
