/** @public */ export declare function useWebNotifications(): { sendWebNotification: (options: { title: string; description: string; link?: string; }) => Notification | null; };