export declare class RequestAgent { protected _promises: Promise[]; watchPromise(promise: Promise): this; waitForAll(): Promise; } export declare const Agent: RequestAgent;