import type { NetworkConfig, NetworkDomain } from '@/types/wallet';
export declare const networkConfig: NetworkConfig;
export declare const getZcnContracts: (domain: NetworkDomain) => {
    faucetSCAddress: string;
    storageSCAddress: string;
    minerSCAddress: string;
    interestPoolSCAddress: string;
    dexMintAddress: string;
    teamWallet: string;
};
