export declare class Agent { static get(userId?: string): Agent; getName(): string; getPresence(): Record; getUserName(): string; setPresence(setRequest?: any): Record; static testAgentEligibility( documentTable?: string, documentSysId?: string, agentSysIds?: Array ): Record; constructor(); getAgentPresenceStateId(): string; getAgentPresenceStateName(): string; getCurrentPresenceStateId(): string; getStateIconType(): string; }