import { OpCodeToGasCost, OpCodeToParamToStackOffset } from './types'; export declare const constants: { NEW_CONTRACT: "NEW_CONTRACT"; HEX_BASE: number; PUSH1: number; PUSH2: number; PUSH32: number; TIMESTAMP: number; opCodeToGasCost: OpCodeToGasCost; opCodeToParamToStackOffset: OpCodeToParamToStackOffset; }; //# sourceMappingURL=constants.d.ts.map