import type { AuthenticationProgramStateError, AuthenticationProgramStateStack } from '../../../lib.js'; export declare const opPick4Byte: (state: State) => State; export declare const opRoll4Byte: (state: State) => State; export declare const opSplit4Byte: (state: State) => State; export declare const opNum2Bin4Byte: (state: State) => State; export declare const opBin2Num4Byte: (state: State) => State; export declare const op1Add4Byte: (state: State) => State; export declare const op1Sub4Byte: (state: State) => State; export declare const opNegate4Byte: (state: State) => State; export declare const opAbs4Byte: (state: State) => State; export declare const opNot4Byte: (state: State) => State; export declare const op0NotEqual4Byte: (state: State) => State; export declare const opAdd4Byte: (state: State) => State; export declare const opSub4Byte: (state: State) => State; export declare const opDiv4Byte: (state: State) => State; export declare const opMod4Byte: (state: State) => State; export declare const opBoolAnd4Byte: (state: State) => State; export declare const opBoolOr4Byte: (state: State) => State; export declare const opNumEqual4Byte: (state: State) => State; export declare const opNumEqualVerify4Byte: (state: State) => State; export declare const opNumNotEqual4Byte: (state: State) => State; export declare const opLessThan4Byte: (state: State) => State; export declare const opLessThanOrEqual4Byte: (state: State) => State; export declare const opGreaterThan4Byte: (state: State) => State; export declare const opGreaterThanOrEqual4Byte: (state: State) => State; export declare const opMin4Byte: (state: State) => State; export declare const opMax4Byte: (state: State) => State; export declare const opWithin4Byte: (state: State) => State; //# sourceMappingURL=xec-vm-number-operations.d.ts.map