import { SMTPServer } from 'smtp-server'; declare function main(mailRootDir: string, port?: number): SMTPServer; export { main as default };