export declare class Queue { constructor(); static get(queueId?: string): Queue; getAvailableAgentCount(): number; getExternalId(): string; getExternalRequestId(): string; getId(): string; getName(): string; getNumber(): string; getServiceChannelSysId(): string; route(options?: any): boolean; } //# sourceMappingURL=Queue.d.ts.map