import { ActionInterface, StateInterface } from "../faces"; export declare const Invoke: (state: StateInterface, action: ActionInterface) => Promise;