export declare class UserActivationMetric { id: number; userId: Buffer; firstName: string; lastName: string; email: string; phone: string | null; trackingReason: string | null; companyName: string | null; role: string | null; industry: string | null; devicesActivatingCategory: string | null; assetsCountRange: string | null; devicesActivatingCount: number | null; plan: string | null; usersInvitedCount: number | null; meetingScheduled: boolean | null; createdAt: Date; modifiedAt: Date | null; planAnnual: string | null; planId: string | null; spyEnvironment: string | null; jarvisScore: number | null; enrichmentCompanyDescription: string | null; jarvisEnrichmentCompanyEin: string | null; enrichmentCompanyEmployees: string | null; enrichmentCompanyIndustry: string | null; enrichmentCompanyLocation: string | null; enrichmentCompanyName: string | null; enrichmentCompanyRevenue: string | null; enrichmentPrivateDomain: string | null; enrichmentPublicTicker: string | null; enrichmentRole: string | null; enrichmentTags: string | null; jenrichmentTitle: string | null; enrichmentVerifiedEmployment: string | null; }