import { NotificationTemplateActionCallbackEvent, TemplatedNotification, TemplatedNotificationAction } from '../../types'; export declare function createActionCallbackEvent(notification: TemplatedNotification, action: TemplatedNotificationAction): NotificationTemplateActionCallbackEvent;