export declare const useAwayNotifications: () => { requestPermission: () => Promise; showNotification: (title: string, options?: NotificationOptions) => void; };