import { Event } from "@js-soft/ts-utils"; export declare class RemoteNotificationRegistrationEvent extends Event { readonly token: string; static namespace: string; constructor(token: string); } //# sourceMappingURL=RemoteNotificationRegistrationEvent.d.ts.map