export declare type UserConsentEligibility = 'NONE' | 'CONSENTED_OR_NPA' | 'CONSENTED_ONLY' | 'UNKNOWN';
