import { Notification } from './Notifications.types';
export default function getPresentedNotificationsAsync(): Promise<Notification[]>;
