declare function notify(type: 'error', text: string | Error): void; declare function notify(type: 'success' | 'alert', text: string): void; export default notify; //# sourceMappingURL=notify.d.ts.map