import type { Context, MiddlewareInput } from './types.js'; export declare function composeMiddleware(middlewares: MiddlewareInput[], handler: (ctx: Context) => Promise | void): (ctx: Context) => Promise; //# sourceMappingURL=middleware-pipeline.d.ts.map