export namespace PRESENCE_STATES {
    let BUSY: string;
    let AWAY: string;
    let OFFLINE: string;
    let ACTIVE: string;
}
export const PRESENCE_STATES_LIST: string[];
//# sourceMappingURL=presence_constants.d.ts.map