export function gosNREUM(): any; export function gosNREUMInfo(): any; export function gosNREUMLoaderConfig(): any; export function gosNREUMInit(): any; export function gosNREUMOriginals(): any; export function setNREUMInitializedAgent(id: any, newAgentInstance: any): void; /** * Get the agent instance under the associated identifier on the global newrelic object. * @see setNREUMInitializedAgents * @returns Existing agent instance under newrelic.initializedAgent[id], or undefined if it does not exist. */ export function getNREUMInitializedAgent(id: any): any; export function addToNREUM(fnName: any, fn: any): void; export function NREUMinitialized(): void; export function gosCDN(): any; export namespace defaults { let beacon: string; let errorBeacon: string; } //# sourceMappingURL=nreum.d.ts.map