import dns from 'dns'; export declare const getMx: (domain: string) => Promise; export declare const getBestMx: (domain: string) => Promise;