import { AsyncReducerFunction, HttpState } from 'jambon'; export declare function path(path: string, ...reducers: AsyncReducerFunction[]): (state: HttpState) => Promise;