import type { FetchNotificationsParamsType, NotificationsApiResponse } from '../types';
declare const fetchAllNotifications: (token: string, inAppRecipientId: string, params?: FetchNotificationsParamsType) => Promise<NotificationsApiResponse>;
export default fetchAllNotifications;
