declare const notify: ({ message, subtitle }: { message: any; subtitle: any; }) => import("node-notifier/notifiers/notificationcenter"); export { notify };