import { z } from 'zod'; export declare const LinkedInJobsScraperInputSchema: z.ZodObject<{ urls: z.ZodArray; scrapeCompany: z.ZodOptional>; count: z.ZodOptional; }, "strip", z.ZodTypeAny, { urls: string[]; count?: number | undefined; scrapeCompany?: boolean | undefined; }, { urls: string[]; count?: number | undefined; scrapeCompany?: boolean | undefined; }>; export declare const LinkedInJobSchema: z.ZodObject<{ id: z.ZodOptional; trackingId: z.ZodOptional; refId: z.ZodOptional; link: z.ZodOptional; title: z.ZodOptional; companyName: z.ZodOptional; companyLinkedinUrl: z.ZodOptional; companyLogo: z.ZodOptional; location: z.ZodOptional; salaryInfo: z.ZodOptional>; postedAt: z.ZodOptional; benefits: z.ZodOptional>; descriptionHtml: z.ZodOptional; applicantsCount: z.ZodOptional; applyUrl: z.ZodOptional; salary: z.ZodOptional; descriptionText: z.ZodOptional; seniorityLevel: z.ZodOptional; employmentType: z.ZodOptional; jobFunction: z.ZodOptional; industries: z.ZodOptional; inputUrl: z.ZodOptional; companyAddress: z.ZodOptional; streetAddress: z.ZodOptional; addressLocality: z.ZodOptional; addressRegion: z.ZodOptional; postalCode: z.ZodOptional; addressCountry: z.ZodOptional; }, "strip", z.ZodTypeAny, { type?: string | undefined; streetAddress?: string | undefined; addressLocality?: string | undefined; addressRegion?: string | undefined; postalCode?: string | undefined; addressCountry?: string | undefined; }, { type?: string | undefined; streetAddress?: string | undefined; addressLocality?: string | undefined; addressRegion?: string | undefined; postalCode?: string | undefined; addressCountry?: string | undefined; }>>; companyWebsite: z.ZodOptional; companySlogan: z.ZodOptional; companyDescription: z.ZodOptional; companyEmployeesCount: z.ZodOptional; }, "strip", z.ZodTypeAny, { title?: string | undefined; link?: string | undefined; id?: string | undefined; location?: string | undefined; inputUrl?: string | undefined; trackingId?: string | undefined; refId?: string | undefined; companyName?: string | undefined; companyLinkedinUrl?: string | undefined; companyLogo?: string | undefined; salaryInfo?: string[] | undefined; postedAt?: string | undefined; benefits?: string[] | undefined; descriptionHtml?: string | undefined; applicantsCount?: string | undefined; applyUrl?: string | undefined; salary?: string | undefined; descriptionText?: string | undefined; seniorityLevel?: string | undefined; employmentType?: string | undefined; jobFunction?: string | undefined; industries?: string | undefined; companyAddress?: { type?: string | undefined; streetAddress?: string | undefined; addressLocality?: string | undefined; addressRegion?: string | undefined; postalCode?: string | undefined; addressCountry?: string | undefined; } | undefined; companyWebsite?: string | undefined; companySlogan?: string | undefined; companyDescription?: string | undefined; companyEmployeesCount?: number | undefined; }, { title?: string | undefined; link?: string | undefined; id?: string | undefined; location?: string | undefined; inputUrl?: string | undefined; trackingId?: string | undefined; refId?: string | undefined; companyName?: string | undefined; companyLinkedinUrl?: string | undefined; companyLogo?: string | undefined; salaryInfo?: string[] | undefined; postedAt?: string | undefined; benefits?: string[] | undefined; descriptionHtml?: string | undefined; applicantsCount?: string | undefined; applyUrl?: string | undefined; salary?: string | undefined; descriptionText?: string | undefined; seniorityLevel?: string | undefined; employmentType?: string | undefined; jobFunction?: string | undefined; industries?: string | undefined; companyAddress?: { type?: string | undefined; streetAddress?: string | undefined; addressLocality?: string | undefined; addressRegion?: string | undefined; postalCode?: string | undefined; addressCountry?: string | undefined; } | undefined; companyWebsite?: string | undefined; companySlogan?: string | undefined; companyDescription?: string | undefined; companyEmployeesCount?: number | undefined; }>; export type LinkedInJobsScraperInput = z.output; export type LinkedInJob = z.output; //# sourceMappingURL=linkedin-jobs-scraper.d.ts.map