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