export declare class RequestQueue {
    private static funcQueue;
    private static running;
    static exec(func: () => any): Promise<any>;
    private static execNext;
}
//# sourceMappingURL=request-queue.d.ts.map