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