import { BaseConditionInput, BasePaginationInput } from '../base.input'; export declare class BasePushNotificationsGcmdeviceInput { name: string; active: number; dateCreated: Date; deviceId: number; registrationId: string; userId: number; cloudMessageType: string; applicationId: string; } export declare class CreatePushNotificationsGcmdeviceInput extends BasePushNotificationsGcmdeviceInput { } export declare class UpdatePushNotificationsGcmdeviceInput extends BasePushNotificationsGcmdeviceInput { id: string; } export declare class PushNotificationsGcmdevicePaginationInput extends BasePaginationInput { } export declare class PushNotificationsGcmdeviceConditionInput extends BaseConditionInput { } declare const PushNotificationsGcmdeviceQueryInput_base: any; export declare class PushNotificationsGcmdeviceQueryInput extends PushNotificationsGcmdeviceQueryInput_base { } export {}; //# sourceMappingURL=push-notifications-gcmdevice.input.d.ts.map