import { IOSNotificationCategoryAction } from '../types/NotificationIOS';
export default function validateIOSCategoryAction(action: IOSNotificationCategoryAction): IOSNotificationCategoryAction;
