import type { AuthenticationProgramStateError, AuthenticationProgramStateStack } from '../../../lib.js'; export declare const op1Add: (state: State) => State; export declare const op1Sub: (state: State) => State; export declare const opNegate: (state: State) => State; export declare const opAbs: (state: State) => State; export declare const opNot: (state: State) => State; export declare const op0NotEqual: (state: State) => State; export declare const opAdd: (state: State) => State; export declare const opSub: (state: State) => State; export declare const opBoolAnd: (state: State) => State; export declare const opBoolOr: (state: State) => State; export declare const opNumEqual: (state: State) => State; export declare const opNumEqualVerify: (state: State) => State; export declare const opNumNotEqual: (state: State) => State; export declare const opLessThan: (state: State) => State; export declare const opLessThanOrEqual: (state: State) => State; export declare const opGreaterThan: (state: State) => State; export declare const opGreaterThanOrEqual: (state: State) => State; export declare const opMin: (state: State) => State; export declare const opMax: (state: State) => State; export declare const opWithin: (state: State) => State; export declare const opMul: (state: State) => State; export declare const opDiv: (state: State) => State; export declare const opMod: (state: State) => State; //# sourceMappingURL=arithmetic.d.ts.map