export declare class RateLimitingTester {
    private tool;
    constructor();
    runRateLimitingTests(): Promise<void>;
    private testBurstRequests;
    private testSustainedLoad;
    private testRetryBehavior;
}
//# sourceMappingURL=rate-limiting-test.d.ts.map