export declare class Magento2Gps { id: number; customerId: string | null; email: string | null; customerUpdatedAt: string | null; createdIn: string | null; firstName: string | null; lastName: string | null; middleName: string | null; postcode: string | null; prefix: string | null; region: string | null; street: string | null; city: string | null; telephone: string | null; countryId: string | null; company: string | null; btAccountId: string | null; phoneCode: string | null; phoneCodeCountryId: string | null; pinCode: string | null; stripeCustomerId: string | null; activationCreated: string | null; imei: string | null; deviceId: string | null; deviceType: string | null; deviceColor: string | null; btSubscriptionId: string | null; servicePlanId: string | null; billingInterval: string | null; status: string | null; orderId: string | null; deviceUpdatedAt: string | null; deviceCreatedAt: string | null; importedDevice: string | null; trackerName: string | null; trackerUse: string | null; deviceStatus: string | null; planCode: string | null; platformCode: string | null; platformName: string | null; stripeCreatedAt: string | null; stripeUpdatedAt: string | null; dateCaptured: string | null; cancelationReason: string | null; cancelationCreated: string | null; cancelationReactivated: string | null; clientId: string | null; itemsForRecovery: string | null; platform: string | null; }