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