import type { AuthenticationProgramStateAlternateStack, AuthenticationProgramStateError, AuthenticationProgramStateStack } from '../../../lib.js'; export declare const opToAltStack: (state: State) => State; export declare const opFromAltStack: (state: State) => State; export declare const op2Drop: (state: State) => State; export declare const op2Dup: (state: State) => State; export declare const op3Dup: (state: State) => State; export declare const op2Over: (state: State) => State; export declare const op2Rot: (state: State) => State; export declare const op2Swap: (state: State) => State; export declare const opIfDup: (state: State) => State; export declare const opDepth: (state: State) => State; export declare const opDrop: (state: State) => State; export declare const opDup: (state: State) => State; export declare const opNip: (state: State) => State; export declare const opOver: (state: State) => State; export declare const opPick: (state: State) => State; export declare const opRoll: (state: State) => State; export declare const opRot: (state: State) => State; export declare const opSwap: (state: State) => State; export declare const opTuck: (state: State) => State; export declare const opSize: (state: State) => State; //# sourceMappingURL=stack.d.ts.map