export declare class UserDecision { serviceId: string; consent: boolean; constructor(serviceId: string, consent: boolean); }