import { z } from "zod";
export declare const clickType: z.ZodEnum<["PAGE_VIEW", "KEYWORD_BLOCK_LOADED", "CLICK"]>;
export type ClickTypeT = z.infer<typeof clickType>;
//# sourceMappingURL=index.d.ts.map