import { AuthenticationProgramStateCommon, AuthenticationProgramStateError, AuthenticationProgramStateStack } from '../../vm-types'; import { AuthenticationErrorCommon } from './errors'; import { OpcodesCommon } from './opcodes'; export declare const readLocktime: & AuthenticationProgramStateError, Errors>(state: State, operation: (nextState: State, locktime: number) => State, flags: { requireMinimalEncoding: boolean; }) => State; export declare const opCheckLockTimeVerify: & AuthenticationProgramStateError & { readonly locktime: number; readonly sequenceNumber: number; }, Errors>(flags: { requireMinimalEncoding: boolean; }) => (state: State) => State; export declare const opCheckSequenceVerify: & AuthenticationProgramStateError & { readonly sequenceNumber: number; readonly version: number; }, Errors>(flags: { requireMinimalEncoding: boolean; }) => (state: State) => State; export declare const timeOperations: , Errors>(flags: { requireMinimalEncoding: boolean; }) => { 177: (state: State) => State; 178: (state: State) => State; }; //# sourceMappingURL=time.d.ts.map