import type { PushNotificationsPlugin } from './definitions';
declare const PushNotifications: PushNotificationsPlugin;
export * from './definitions';
export { PushNotifications };
