/** * Exposes the version of the agent */ export const VERSION: any; /** * Exposes the build type of the agent */ export const BUILD_ENV: "NPM"; /** * Exposes the distribution method of the agent */ export const DIST_METHOD: "NPM"; export const RRWEB_PACKAGE_NAME: "@newrelic/rrweb"; export const RRWEB_VERSION: any; //# sourceMappingURL=env.d.ts.map