import type { TrackerCategory } from "../types.js"; interface NetworkClassification { isThirdParty: boolean; trackerCategory: TrackerCategory | null; trackerName: string | null; requiresConsent: boolean; } export declare function classifyNetworkRequest(url: string, resourceType: string, strict?: boolean): NetworkClassification; export {}; //# sourceMappingURL=network-classifier.d.ts.map