import type { TFn } from "../type"; export declare const composeAsync: (middleware: TFn[]) => TFn;