import { NotificationChanelRO } from '@escapenavigator/types/dist/profile/notification-chanel/notification-chanel.ro'; import { NotificationChanelQueryDto } from '@escapenavigator/types/dist/profile/notification-chanel/notification-chanel-query.dto'; import { ApiMethodDeclaration } from '../..'; type ParamsData = NotificationChanelQueryDto; type ResponseData = NotificationChanelRO[]; export declare const queryNotificationChanels: ApiMethodDeclaration; export {};