/**
 * Flowtype definitions for coin-types
 * Generated by Flowgen from a Typescript Definition
 * Flowgen v1.21.0
 */

export type BanxaCoinType = "ADA";
declare export function banxaIsCoinType(value: any): boolean;
