import { ResilienceRuntimeException } from './resilience-runtime.exception';
export declare class BulkheadRejectedException extends ResilienceRuntimeException {
    constructor(executionSlots: number, queueSlots: number);
}
