import { ExecutionContext } from "@nestjs/common";
import { ThrottlerGuard } from "@nestjs/throttler";
export declare class RevokerThrottlerGuard extends ThrottlerGuard {
    private readonly logger;
    private readonly userService;
    protected throwThrottlingException(context: ExecutionContext): Promise<void>;
}
