import type { Maybe } from "@rarible/types"; import type { ImxEnv } from "@rarible/immutable-wallet"; import type { Link } from "@imtbl/imx-sdk"; import type { RaribleImxSdk } from "./domain"; import type { Erc721AssetRequest } from "./nft/domain"; export declare function createImxSdk(link: Maybe, environment: ImxEnv): RaribleImxSdk; export { Erc721AssetRequest }; export { IMX_CONFIG, IMX_ENV_CONFIG } from "./config/env"; export { getBalance } from "./balance/balance";