/**
 * For decoding of special/magic variables
 *
 * @protected
 * @category Solidity data location
 *
 * @packageDocumentation
 */
import * as Decode from "./decode";
export { 
/**
 * @protected
 */
Decode };
import * as Read from "./read";
export { 
/**
 * @protected
 */
Read };
