import { type Address } from 'viem'; import { AbstractLidoSDKErc20 } from './erc20.js'; export declare class LidoSDKwstETH extends AbstractLidoSDKErc20 { contractAddress(): Promise
; erc721Domain(): Promise<{ name: string; version: string; chainId: bigint; verifyingContract: `0x${string}`; }>; } //# sourceMappingURL=wsteth.d.ts.map