import { BaseTypedef } from '../base.typedef'; export declare class PushNotificationsWebpushdevice extends BaseTypedef { name: string; active: number; dateCreated: Date; applicationId: string; registrationId: string; p256dh: string; auth: string; browser: string; userId: number; } export declare class PushNotificationsWebpushdeviceDetail extends PushNotificationsWebpushdevice { } declare const PushNotificationsWebpushdeviceListReponse_base: any; export declare class PushNotificationsWebpushdeviceListReponse extends PushNotificationsWebpushdeviceListReponse_base { } export {}; //# sourceMappingURL=push-notifications-webpushdevice.typedef.d.ts.map