import { APIContext } from '../../functions/utils/api-context'; import { MailServerService } from './service'; export declare const createMailServerService: (context: APIContext) => MailServerService;