export declare class ConsentEntity { text: string; constructor(text: string); }