export function ortb2GuardFactory(isAllowed?: any): (arg0: any, ...arg1: [any][]) => import("./objectGuard.js").ObjectGuard; export function ortb2FragmentsGuardFactory(guardOrtb2?: (arg0: any, ...arg1: [any][]) => import("./objectGuard.js").ObjectGuard): (fragments: any, params: any) => { obj: { global: any; bidder: { [k: string]: any; }; }; verify(): void; }; export type ortb2Guard = Function; /** * * * @typedef {Function} ortb2Guard * @param {{}} ortb2 ORTB object to guard * @param {{}} params activity params to use for activity checks * @returns {ObjectGuard} */ export const ortb2Guard: (arg0: any, ...arg1: [any][]) => import("./objectGuard.js").ObjectGuard; /** * Get a guard for an ortb2Fragments object. * @type {function(*, *): ObjectGuard} */ export const guardOrtb2Fragments: (arg0: any, arg1: any) => ObjectGuard; export type ObjectGuard = import("./objectGuard.js").ObjectGuard;