import { NotificationPressAction } from '../types/Notification';
export default function validateAndroidPressAction(pressAction: NotificationPressAction): NotificationPressAction;
