import { IOSNotificationCategory } from '../types/NotificationIOS';
export default function validateIOSCategory(category: IOSNotificationCategory): IOSNotificationCategory;
