import type { AuthenticationProgramStateError } from '../../../lib.js'; export declare const opNop: (state: State) => State; export declare const opNopDisallowed: (state: State) => State; /** * "Disabled" operations are explicitly forbidden from occurring anywhere in VM * bytecode, even within an unexecuted branch. */ export declare const disabledOperation: (state: State) => State; //# sourceMappingURL=nop.d.ts.map