export declare class UserActivationEvent { userId: Buffer; eventId: Buffer; eventName: string; eventValue: string | null; eventMetadata: string | null; createdAt: Date; platform: string | null; ip: string | null; userAgent: string | null; }