import { HexString } from "@connext/types"; export declare const execEvmBytecode: (bytecode: HexString, payload: HexString) => Uint8Array; //# sourceMappingURL=pure-evm.d.ts.map