import { ActionInterface, StateInterface } from "./faces"; export declare function handle(state: StateInterface, action: ActionInterface): Promise<{ state: StateInterface; }>;