export declare class ScriptableAgentTransfer { static blindTransferToAgent(documentSysID?: string, username?: string): boolean; static consultTransferToAgent(documentSysID?: string, username?: string): boolean; static consultTransferToQueue(documentSysID?: string, queueNumber?: string): boolean; static endConsult(documentSysID?: string, handOver?: boolean): boolean; static getAvailableAgents(documentSysID?: string, query?: string, limit?: number): Array; static getAvailableQueues(documentSysID?: string, query?: string, limit?: number): Array; static transferToAgent(documentSysID?: string, username?: string): boolean; static transferToQueue(documentSysID?: string, queueNumber?: string): boolean; } //# sourceMappingURL=ScriptableAgentTransfer.d.ts.map