import { z } from 'zod'; export declare const atProductSchema: z.ZodObject<{ type: z.ZodLiteral<"atProduct">; label: z.ZodString; analyticsLabel: z.ZodString; slug: z.ZodString; }, "strip", z.ZodTypeAny, { label: string; type: "atProduct"; analyticsLabel: string; slug: string; }, { label: string; type: "atProduct"; analyticsLabel: string; slug: string; }>; export declare const atProductQuery: string; //# sourceMappingURL=product.d.ts.map