import { Config } from "@wagmi/core"; import { UpdateExternalPricesParams } from "@common/types"; export declare function updateExternalPrices(config: Config, { externalPriceProducts, chainId, buyer, setBasePrice }: UpdateExternalPricesParams): Promise;