import type { TcfConsentString } from "../types.js"; export declare const IAB_PURPOSES: Record; export declare const IAB_SPECIAL_FEATURES: Record; /** * Decode a TCF v1 or v2 consent string (core segment only). * Returns null if decoding fails or if the version is not 1 or 2. */ export declare function decodeTcfConsentString(raw: string): TcfConsentString | null; //# sourceMappingURL=tcf-decoder.d.ts.map