import { LoadDictElement } from 'di-why/build/src/DiContainer'; import { SentMessageInfo } from 'nodemailer'; declare type NotifyMessage = { subject: string; text: string; }; declare type NotifyAll = (conf: { sms: NotifyMessage; email: NotifyMessage; }) => Promise<[string[], SentMessageInfo]>; declare const loadDictElement: LoadDictElement; export default loadDictElement; //# sourceMappingURL=notifyAll.d.ts.map