/**
 * For decoding of primitives and constants
 *
 * @protected
 *
 * @packageDocumentation
 */
import * as Decode from "./decode";
export { 
/**
 * @protected
 */
Decode };
import * as Encode from "./encode";
export { 
/**
 * @protected
 */
Encode };
import * as Allocate from "./allocate";
export { 
/**
 * @protected
 */
Allocate };
