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