import type { Category } from "../types"; import type { ConsentIntegration } from "./integration"; export declare class GoogleConsentModeIntegration implements ConsentIntegration { private hasMapping; private getConsentFn; bootstrap(): void; setDefaults(categories: Category[]): void; update(categories: Category[], consentData: Record): void; } //# sourceMappingURL=gcm.d.ts.map