import { RuntimeException } from './runtime.exception.js';
export declare class InvalidMiddlewareConfigurationException extends RuntimeException {
    constructor();
}
