import { type Address, Client } from "viem"; export declare const redeem: (client: Client, parameters: { address: Address; owner: Address; receiver: Address; shares: bigint; }) => Promise<`0x${string}`>; //# sourceMappingURL=redeem.d.ts.map