import { Middleware } from './types';
export declare function compose<T>(...middlewares: Middleware<T>[]): Middleware<T>;
