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