import { CreateNotificationChanelDto } from '@escapenavigator/types/dist/profile/notification-chanel/create-notification-chanel.dto'; import { NotificationChanelRO } from '@escapenavigator/types/dist/profile/notification-chanel/notification-chanel.ro'; import { ApiMethodDeclaration } from '../..'; type ParamsData = { id: number; data: CreateNotificationChanelDto; }; type ResponseData = NotificationChanelRO; export declare const updateNotificationChanel: ApiMethodDeclaration; export {};