import { type Notification } from '../types/Notification'; export default function useSetNotification(): (notification: Notification) => void; //# sourceMappingURL=useSetNotification.d.ts.map