import { Address } from 'viem'; export declare class VePendle { private vePendleContract; constructor(rpcUrl?: string); getVePendleBalance(userAddress: Address): Promise; }