import { MailServer } from "./mailserver"; export declare function routes(app: any, mailserver: MailServer, basePathname: string): void;