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 = { data: CreateNotificationChanelDto; }; type ResponseData = NotificationChanelRO; export declare const createNotificationChanel: ApiMethodDeclaration; export {};