export declare class User { qonversionId: string; identityId?: string | null; constructor(qonversionId: string, identityId?: string | null); }