/**
 * External custom hook for managing notifications.
 */
export declare const useNotifications: () => {
    notificationsToggledOn: boolean;
    toggleNotifications: () => Promise<void>;
    playNotificationSound: () => void;
};
//# sourceMappingURL=useNotifications.d.ts.map