## Overview We need to expose the functions we provide in hyperweb. ``` import { createDenom, mintTokens, burnTokens } from '@hyperweb/token'; import { getBalance } from '@hyperweb/bank'; ``` We need to create a type system for this.