import { Token } from "./token";
export type Currency = Token;
