/** Exchange 2013 service */
export interface ExchangeAccountService {
    /**  */
    domain: string;
    /**  */
    exchangeService: string;
    /**  */
    organizationName: string;
}
//# sourceMappingURL=ExchangeAccountService.d.ts.map