/** Type of the remote mailbox */
export declare enum ExchangeRemoteMailboxTypeEnum {
    'equipment' = "equipment",
    'regular' = "regular",
    'room' = "room"
}
//# sourceMappingURL=ExchangeRemoteMailboxTypeEnum.d.ts.map