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