export declare class TutorialInterceptor {
    private reqsTotal;
    private reqsCompleted;
    private countingBulk;
    private webAPIUrlConfiguration;
    constructor();
    handleRequest: (url: string) => void;
    handleResponse: (url: string) => void;
    handleResponseError: (url: string) => void;
    private canCount;
    private setComplete;
}
