import { Notification } from '../../types'; import { HistoryItem } from '../types'; export declare const createNotification: (config: Notification) => Promise; export declare const createHistoryNotification: (item: HistoryItem) => Promise | undefined;