import { ResilienceRuntimeException } from './resilience-runtime.exception';
export declare class ThrottlerException extends ResilienceRuntimeException {
    constructor();
}
