import type { LocalNotificationsPlugin } from "./definitions"; declare const LocalNotifications: LocalNotificationsPlugin; export * from "./definitions"; export { LocalNotifications };