/** * Sets or re-sets the agent's configuration values from global settings. This also attach those as properties to the agent instance. * IMPORTANT: setNREUMInitializedAgent must be called on the agent prior to calling this function. */ export function configure(agent: any, opts: {} | undefined, loaderType: any, forceDrain: any): void; //# sourceMappingURL=configure.d.ts.map