import { BaseTypedef } from '../base.typedef'; export declare class PushNotificationsApnsdevice extends BaseTypedef { name: string; active: number; dateCreated: Date; deviceId: string; registrationId: string; userId: number; applicationId: string; } export declare class PushNotificationsApnsdeviceDetail extends PushNotificationsApnsdevice { } declare const PushNotificationsApnsdeviceListReponse_base: any; export declare class PushNotificationsApnsdeviceListReponse extends PushNotificationsApnsdeviceListReponse_base { } export {}; //# sourceMappingURL=push-notifications-apnsdevice.typedef.d.ts.map