import type { CurrenciesData } from "@ledgerhq/types-live";
import type { Transaction } from "../types";
declare const dataset: CurrenciesData<Transaction>;
export default dataset;
//# sourceMappingURL=cryptoOrg.d.ts.map