export declare class UserRegistrationAttempt { id: number; firstName: string | null; lastName: string | null; email: string | null; phoneNumber: string | null; phoneCode: string | null; phoneCodeCountryId: string | null; companyName: string | null; street: string | null; state: string | null; postalCode: string | null; country: string | null; pin: number | null; imei: string | null; deviceType: string | null; deviceName: string | null; orderId: string | null; trackingReason: string | null; userName: string | null; plan: string | null; billingFrequency: string | null; planId: string | null; subscriptionSource: string | null; subscriptionId: string | null; platform: string | null; status: string | null; createdAt: Date | null; lastUpdatedAt: Date | null; city: string | null; clientId: number | null; countryCode: string | null; tempUserId: Buffer | null; }