export declare enum EChain {
    BASE = "base",
    BASE_SEPOLIA = "baseSepolia",
    SEPOLIA = "sepolia",
    SOLANA = "solana",
    SOLANA_DEVNET = "solanaDevnet"
}
export declare const USDC: Record<EChain, string>;
//# sourceMappingURL=tokens.d.ts.map