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