import { NotificationHistory, Operation } from '../models'; export declare type GetNotificationHistoryResult = NotificationHistory; export declare type GetNotificationHistoryInput = Readonly<{ first?: number; after?: string; }>; export declare type GetNotificationHistoryService = Readonly<{ getNotificationHistory: Operation; }>; //# sourceMappingURL=GetNotificationHistory.d.ts.map