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