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