export type ConsentStateLike = { analytics_storage?: string; }; export declare function canWriteAnalyticsCookies(consentState: ConsentStateLike): boolean;