import { Notification } from '../../types'; export declare const showNotification: (_: any, notification: Notification) => Promise;