import { z } from 'zod'; export declare const jobListingsSchema: z.ZodObject<{ type: z.ZodLiteral<"atCareersJobListing">; department: z.ZodEnum<["retail", "corporate", "manufacturing"]>; }, "strip", z.ZodTypeAny, { type: "atCareersJobListing"; department: "retail" | "corporate" | "manufacturing"; }, { type: "atCareersJobListing"; department: "retail" | "corporate" | "manufacturing"; }>; export declare const jobListingsQuery: string; //# sourceMappingURL=jobListings.d.ts.map