export declare const unizenOnChainSupportedChains: ("ETH" | "BSC" | "POLYGON" | "AVALANCHE" | "FANTOM" | "ARBITRUM" | "OPTIMISM" | "BASE")[]; export type UnizenOnChainSupportedChains = (typeof unizenOnChainSupportedChains)[number];