import { type Address, type Client } from "viem"; export declare const convertToAssets: (client: Client, parameters: { address: Address; shares: bigint; }) => Promise; //# sourceMappingURL=convertToAssets.d.ts.map