import { Operation } from "@ledgerhq/types-live";
import { DeviceModelId } from "@ledgerhq/devices";
import { FeatureFlags, TradeMethod } from "./types";
export declare const setBroadcastTransaction: ({ result, provider, sourceCurrencyId, targetCurrencyId, hardwareWalletType, swapType, swapAppVersion, fromAccountAddress, toAccountAddress, fromAmount, flags, }: {
    result: {
        operation: Operation | string;
        swapId: string;
    };
    provider: string;
    sourceCurrencyId?: string;
    targetCurrencyId?: string;
    hardwareWalletType?: DeviceModelId;
    swapType?: TradeMethod;
    swapAppVersion?: string;
    fromAccountAddress?: string;
    toAccountAddress?: string;
    fromAmount?: string;
    flags?: FeatureFlags;
}) => void;
//# sourceMappingURL=setBroadcastTransaction.d.ts.map