import { CoinForBarterConfig } from "./types";
export declare const useCoinForBarter: (config: CoinForBarterConfig) => () => void;
