import { CookieCategories } from '../types/types';
export declare const getBlockedHosts: (preferences: CookieCategories | null) => string[];
export declare const getBlockedKeywords: (preferences: CookieCategories | null) => string[];
//# sourceMappingURL=tracker-utils.d.ts.map