import { TokenModel } from "../../wrappers/tokenModel";
export interface GetTokenListResult {
    tokenList: TokenModel[];
}
