import type { AuthenticationProgramStateError, AuthenticationProgramStateStack } from '../../../lib.js'; export declare const opCat: (state: State) => State; export declare const opSplit: (state: State) => State; /** * Pad a minimally-encoded VM number for `OP_NUM2BIN`. */ export declare const padMinimallyEncodedVmNumber: (vmNumber: Uint8Array, length: number) => Uint8Array; export declare const opNum2Bin: (state: State) => State; export declare const opBin2Num: (state: State) => State; //# sourceMappingURL=format.d.ts.map