import { ParsedMail } from 'mailparser'; declare function getMailDirName(mail: ParsedMail): string; export { getMailDirName as default };