import { AEsQueue, IEsQueueOptions } from './AEsQueue'; export declare class AEsQueueList { queueList: AEsQueue[]; optionList: IEsQueueOptions[]; constructor(optionList: IEsQueueOptions[]); add(items: any): Promise; send(items: any): Promise; } //# sourceMappingURL=AEsQueueList.d.ts.map