export type BanxaCoinType = 'ADA';
export declare function banxaIsCoinType(value: any): value is BanxaCoinType;
//# sourceMappingURL=coin-types.d.ts.map