/** Hosted email services */
export interface HostedEmailService {
    /**  */
    domain: string;
}
//# sourceMappingURL=HostedEmailService.d.ts.map