import type { TransactionResponse } from "@hashgraph/sdk";
import type { HederaCoinConfig } from "../config";
export declare const broadcast: ({ configOrCurrencyId, txWithSignature, }: {
    configOrCurrencyId: HederaCoinConfig | string;
    txWithSignature: string;
}) => Promise<TransactionResponse>;
//# sourceMappingURL=broadcast.d.ts.map