import { BaseConditionInput, BasePaginationInput } from '../base.input'; export declare class BasePushNotificationsApnsdeviceInput { name: string; active: number; dateCreated: Date; deviceId: string; registrationId: string; userId: number; applicationId: string; } export declare class CreatePushNotificationsApnsdeviceInput extends BasePushNotificationsApnsdeviceInput { } export declare class UpdatePushNotificationsApnsdeviceInput extends BasePushNotificationsApnsdeviceInput { id: string; } export declare class PushNotificationsApnsdevicePaginationInput extends BasePaginationInput { } export declare class PushNotificationsApnsdeviceConditionInput extends BaseConditionInput { } declare const PushNotificationsApnsdeviceQueryInput_base: any; export declare class PushNotificationsApnsdeviceQueryInput extends PushNotificationsApnsdeviceQueryInput_base { } export {}; //# sourceMappingURL=push-notifications-apnsdevice.input.d.ts.map