import type { EnvironmentBuilder } from '../types'; import type { MailOptions } from './mail'; export declare const defaults: { MAILGUN_TOKEN: string; MAILGUN_DOMAIN: string; MAILGUN_BASE_URL: string; }; export declare function GetMailGun(env: EnvironmentBuilder): MailOptions;