import { Types } from '@notifi-network/notifi-graphql'; import { ParameterLessOperation } from '../models'; export declare type GetUnreadNotificationHistoryCountService = Readonly<{ getUnreadNotificationHistoryCount: ParameterLessOperation; }>; //# sourceMappingURL=GetUnreadNotificationHistoryCount.d.ts.map