import type { CryptoCurrency } from "@ledgerhq/types-cryptoassets"; export declare function submitTransaction({ transaction, currency, }: { transaction: string; currency: CryptoCurrency; }): Promise<{ hash: string; }>; //# sourceMappingURL=submitTransaction.d.ts.map