import type { NotifyInstance } from './interface';
declare const Notify: NotifyInstance;
export default Notify;
