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