import { RuntimeException } from './runtime';
export declare class InvalidMiddlewareException extends RuntimeException {
    constructor(name: string);
}
//# sourceMappingURL=invalid-middleware.d.ts.map