/** * Sets the activatedFeatures on the agentRef, dispatches the global loaded event, * and emits the rumresp flag to features * @param {{[key:string]:number}} flags key-val pair of flag names and numeric * @param {Object} agentRef agent reference * @returns {void} */ export function activateFeatures(flags: { [key: string]: number; }, agentRef: Object): void; //# sourceMappingURL=feature-flags.d.ts.map