import { SuccessRO } from '@escapenavigator/types/dist/shared/success.ro'; import { UpdateCurrentUserNotificationsDto } from '@escapenavigator/types/dist/user/current/update-current-user-notifications.dto'; import { ApiMethodDeclaration } from '../..'; type ParamsData = { data: UpdateCurrentUserNotificationsDto; }; type ResponseData = SuccessRO; export declare const currentUpdateNotifications: ApiMethodDeclaration; export {};