import type { Plugin } from "@webiny/plugins/types.js"; type WrappedInput = TInput & { next: () => Promise; }; export declare const createComposedHandler:

(plugins: P[]) => import("@webiny/utils").NextAsyncProcessor, TOutput>; export {};