import { API } from '../components/api';
import { BatchOperation, Challenges, ControlledToken, Custody, ERC20Payout, ExchangeProxy, KYC, KonaNetspaces, LootBoxBatchMint, LootBoxNFT, Lootbox, OkenNFT, ProxyDeployer, RarumCollectibles, RarumDigitalTwin, RarumEscrow, RarumLoyalty, RarumNFT, RarumNFTAuction, RarumSales, RarumToken, TalentContracts, TokenFactory, TropixRouter, TropixWalletETH } from '/Users/highlander/one/sdk/oken-types';
declare const _default: (api: API, network: string) => {
    batchOperation: ({ address }: {
        address: string;
    }) => BatchOperation;
    challenges: ({ address }: {
        address: string;
    }) => Challenges;
    controlledToken: ({ address }: {
        address: string;
    }) => ControlledToken;
    custody: ({ address }: {
        address: string;
    }) => Custody;
    eRC20Payout: ({ address }: {
        address: string;
    }) => ERC20Payout;
    exchangeProxy: ({ address }: {
        address: string;
    }) => ExchangeProxy;
    kYC: ({ address }: {
        address: string;
    }) => KYC;
    konaNetspaces: ({ address }: {
        address: string;
    }) => KonaNetspaces;
    lootBoxBatchMint: ({ address }: {
        address: string;
    }) => LootBoxBatchMint;
    lootBoxNFT: ({ address }: {
        address: string;
    }) => LootBoxNFT;
    lootbox: ({ address }: {
        address: string;
    }) => Lootbox;
    okenNFT: ({ address }: {
        address: string;
    }) => OkenNFT;
    proxyDeployer: ({ address }: {
        address: string;
    }) => ProxyDeployer;
    rarumCollectibles: ({ address }: {
        address: string;
    }) => RarumCollectibles;
    rarumDigitalTwin: ({ address }: {
        address: string;
    }) => RarumDigitalTwin;
    rarumEscrow: ({ address }: {
        address: string;
    }) => RarumEscrow;
    rarumLoyalty: ({ address }: {
        address: string;
    }) => RarumLoyalty;
    rarumNFT: ({ address }: {
        address: string;
    }) => RarumNFT;
    rarumNFTAuction: ({ address }: {
        address: string;
    }) => RarumNFTAuction;
    rarumSales: ({ address }: {
        address: string;
    }) => RarumSales;
    rarumToken: ({ address }: {
        address: string;
    }) => RarumToken;
    talentContracts: ({ address }: {
        address: string;
    }) => TalentContracts;
    tokenFactory: ({ address }: {
        address: string;
    }) => TokenFactory;
    tropixRouter: ({ address }: {
        address: string;
    }) => TropixRouter;
    tropixWalletETH: ({ address }: {
        address: string;
    }) => TropixWalletETH;
};
export default _default;
