import { IFunction, IXorRuleOptions } from '../types';
export declare const xor: IFunction<IXorRuleOptions>;
