import type { Context } from 'hono'; import type { Store } from '../../../store.js'; export declare const compose: (middleware: Function[]) => (context: Context, next: Function, store: Store) => Promise>; //# sourceMappingURL=hono-compose.d.ts.map