import { BaseTypedef } from '../base.typedef'; export declare class PushNotificationsGcmdevice extends BaseTypedef { name: string; active: number; dateCreated: Date; deviceId: number; registrationId: string; userId: number; cloudMessageType: string; applicationId: string; } export declare class PushNotificationsGcmdeviceDetail extends PushNotificationsGcmdevice { } declare const PushNotificationsGcmdeviceListReponse_base: any; export declare class PushNotificationsGcmdeviceListReponse extends PushNotificationsGcmdeviceListReponse_base { } export {}; //# sourceMappingURL=push-notifications-gcmdevice.typedef.d.ts.map