import type { CryptoCurrency } from "@ledgerhq/ledger-wallet-framework/types";
export declare function broadcast(currency: CryptoCurrency, signedTx: string): Promise<string>;
//# sourceMappingURL=broadcast.d.ts.map