import { type AutomationNotification as Notification } from "@gooddata/api-client-tiger"; import { type INotification } from "@gooddata/sdk-model"; /** * Converts notification from backend format to frontend format * @param notification - notification in backend format * @returns notification in frontend format * @internal */ export declare function convertNotificationFromBackend(notification: Notification): INotification; //# sourceMappingURL=NotificationsConvertor.d.ts.map