import type { RemindersPlugin } from './definitions'; declare const Reminders: RemindersPlugin; export * from './definitions'; export { Reminders };