import { DnsRecord } from './types'; export declare function generateMxrouteRecords(server: string, domain: string, dkimKey?: string): DnsRecord[];