import { Fetcher } from '../../common/api'; import { INotification, INotificationUpdateDto } from '../types'; export declare const updateNotification: (fetcher: Fetcher, id: string, body: INotificationUpdateDto) => Promise;