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