import { Event } from "@js-soft/ts-utils"; export interface RemoteNotification { content: any; id?: string; foreground?: boolean; limitedProcessingTime?: string; } export declare class RemoteNotificationEvent extends Event { readonly notification: RemoteNotification; static namespace: string; constructor(notification: RemoteNotification); } //# sourceMappingURL=RemoteNotificationEvent.d.ts.map