import type { AuthenticationProgramStateError, AuthenticationProgramStateStack, AuthenticationProgramStateTransactionContext } from '../../../lib.js'; export declare const useLocktime: (state: State, operation: (nextState: State, locktime: number) => State) => State; export declare const opCheckLockTimeVerify: (state: State) => State; export declare const opCheckSequenceVerify: (state: State) => State; //# sourceMappingURL=time.d.ts.map