import * as deposit from "./deposit"; import * as withdraw from "./withdraw"; export { deposit, withdraw };