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