import { RuntimeException } from './runtime.exception.js';
export declare class InvalidMiddlewareException extends RuntimeException {
    constructor(name: string);
}
