import type { Binary } from "@rarible/ethereum-api-client"; import type { IRaribleEthereumSdkConfig } from "../../../types"; export declare function getUpdatedCalldata(sdkConfig?: IRaribleEthereumSdkConfig): Binary;