import IOpVariant from './IOpVariant'; declare const OpRules: { [key: string]: IOpVariant[]; }; export default OpRules;