import type { GetCoderByCoinName, GetCoderByCoinType } from "./types.js"; export declare const getCoderByCoinNameAsync: (name: TCoinName) => Promise>; export declare const getCoderByCoinTypeAsync: (coinType: TCoinType) => Promise>;