import type { MiddlewareHandler } from '../../types/public/common.js';
export declare const NOOP_MIDDLEWARE_FN: MiddlewareHandler;
