import { ShortPollingNotificationObject, ShortPollingNotificationObjectDb } from "./ShortPollingNotificationObject"; export declare class ShortPollingNotificationReport extends ShortPollingNotificationObject { id: string; constructor(dto: ShortPollingNotificationReportDb); } export declare class ShortPollingNotificationReportDb extends ShortPollingNotificationObjectDb { id: string; }