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