import { z } from "zod"; export declare const isShowBusinessCardEvent: z.ZodObject<{ visitCardUrl: z.ZodString; }, "strip", z.ZodTypeAny, { visitCardUrl: string; }, { visitCardUrl: string; }>; /** * A message sent from the iFrame to the game to emit a notification. */ export type ShowBusinessCardEvent = z.infer;