import type { Module } from '../types'; declare type ComposeAsync = (...functions: Module[]) => Module; export declare const composeAsync: ComposeAsync; export {}; //# sourceMappingURL=compose-async.d.ts.map