import { type IPlugin } from '@unchainedshop/core';
export declare const PushNotificationPlugin: IPlugin;
export default PushNotificationPlugin;
export { PushNotificationWorkerPlugin } from './adapter.ts';
