import type { AccountBridge } from "@ledgerhq/types-live";
import type { Transaction } from "../types";
/**
 * Gather any more neccessary information for a transaction,
 * potentially from a network.
 *
 * Hedera has fully client-side transactions and the fee
 * is not possible to estimate ahead-of-time.
 *
 * @returns  {Transaction}
 */
export declare const prepareTransaction: AccountBridge<Transaction>["prepareTransaction"];
//# sourceMappingURL=prepareTransaction.d.ts.map