import { z } from 'zod'; export declare const LinkedInProfileDetailInputSchema: z.ZodObject<{ profileScraperMode: z.ZodDefault; queries: z.ZodArray; }, "strip", z.ZodTypeAny, { profileScraperMode: string; queries: string[]; }, { queries: string[]; profileScraperMode?: string | undefined; }>; export declare const LinkedInProfileDetailOutputSchema: z.ZodObject<{ id: z.ZodOptional; publicIdentifier: z.ZodOptional; linkedinUrl: z.ZodOptional; firstName: z.ZodOptional; lastName: z.ZodOptional; headline: z.ZodOptional; about: z.ZodOptional; openToWork: z.ZodOptional; hiring: z.ZodOptional; photo: z.ZodOptional; premium: z.ZodOptional; influencer: z.ZodOptional; location: z.ZodOptional; countryCode: z.ZodOptional; parsed: z.ZodOptional; countryCode: z.ZodOptional>; regionCode: z.ZodOptional>; country: z.ZodOptional; countryFull: z.ZodOptional; state: z.ZodOptional; city: z.ZodOptional; }, "strip", z.ZodTypeAny, { text?: string | undefined; city?: string | undefined; country?: string | undefined; countryCode?: string | null | undefined; regionCode?: string | null | undefined; countryFull?: string | undefined; state?: string | undefined; }, { text?: string | undefined; city?: string | undefined; country?: string | undefined; countryCode?: string | null | undefined; regionCode?: string | null | undefined; countryFull?: string | undefined; state?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { linkedinText?: string | undefined; countryCode?: string | undefined; parsed?: { text?: string | undefined; city?: string | undefined; country?: string | undefined; countryCode?: string | null | undefined; regionCode?: string | null | undefined; countryFull?: string | undefined; state?: string | undefined; } | undefined; }, { linkedinText?: string | undefined; countryCode?: string | undefined; parsed?: { text?: string | undefined; city?: string | undefined; country?: string | undefined; countryCode?: string | null | undefined; regionCode?: string | null | undefined; countryFull?: string | undefined; state?: string | undefined; } | undefined; }>>; verified: z.ZodOptional; registeredAt: z.ZodOptional; topSkills: z.ZodOptional; connectionsCount: z.ZodOptional; followerCount: z.ZodOptional; currentPosition: z.ZodOptional; }, "strip", z.ZodTypeAny, { companyName?: string | undefined; }, { companyName?: string | undefined; }>, "many">>; experience: z.ZodOptional; location: z.ZodOptional; employmentType: z.ZodOptional>; workplaceType: z.ZodOptional>; companyName: z.ZodOptional; companyLinkedinUrl: z.ZodOptional; companyId: z.ZodOptional; companyUniversalName: z.ZodOptional; duration: z.ZodOptional; description: z.ZodOptional; skills: z.ZodOptional>; startDate: z.ZodOptional; year: z.ZodOptional; text: z.ZodOptional; }, "strip", z.ZodTypeAny, { text?: string | undefined; year?: number | undefined; month?: string | undefined; }, { text?: string | undefined; year?: number | undefined; month?: string | undefined; }>>; endDate: z.ZodOptional; year: z.ZodOptional; text: z.ZodOptional; }, "strip", z.ZodTypeAny, { text?: string | undefined; year?: number | undefined; month?: string | undefined; }, { text?: string | undefined; year?: number | undefined; month?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { duration?: string | undefined; description?: string | undefined; location?: string | undefined; companyName?: string | undefined; companyLinkedinUrl?: string | undefined; employmentType?: string | null | undefined; position?: string | undefined; workplaceType?: string | null | undefined; companyId?: string | undefined; companyUniversalName?: string | undefined; skills?: string[] | undefined; startDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | undefined; endDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | undefined; }, { duration?: string | undefined; description?: string | undefined; location?: string | undefined; companyName?: string | undefined; companyLinkedinUrl?: string | undefined; employmentType?: string | null | undefined; position?: string | undefined; workplaceType?: string | null | undefined; companyId?: string | undefined; companyUniversalName?: string | undefined; skills?: string[] | undefined; startDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | undefined; endDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | undefined; }>, "many">>; education: z.ZodOptional; schoolLinkedinUrl: z.ZodOptional; degree: z.ZodOptional; fieldOfStudy: z.ZodOptional>; skills: z.ZodOptional>; startDate: z.ZodOptional; year: z.ZodOptional; text: z.ZodOptional; }, "strip", z.ZodTypeAny, { text?: string | undefined; year?: number | undefined; month?: string | undefined; }, { text?: string | undefined; year?: number | undefined; month?: string | undefined; }>>; endDate: z.ZodOptional; year: z.ZodOptional; text: z.ZodOptional; }, "strip", z.ZodTypeAny, { text?: string | undefined; year?: number | undefined; month?: string | undefined; }, { text?: string | undefined; year?: number | undefined; month?: string | undefined; }>>; period: z.ZodOptional; }, "strip", z.ZodTypeAny, { skills?: string[] | undefined; startDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | undefined; endDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | undefined; schoolName?: string | undefined; schoolLinkedinUrl?: string | undefined; degree?: string | undefined; fieldOfStudy?: string | null | undefined; period?: string | undefined; }, { skills?: string[] | undefined; startDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | undefined; endDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | undefined; schoolName?: string | undefined; schoolLinkedinUrl?: string | undefined; degree?: string | undefined; fieldOfStudy?: string | null | undefined; period?: string | undefined; }>, "many">>; certifications: z.ZodOptional; issuedAt: z.ZodOptional; issuedBy: z.ZodOptional; issuedByLink: z.ZodOptional; }, "strip", z.ZodTypeAny, { title?: string | undefined; issuedAt?: string | undefined; issuedBy?: string | undefined; issuedByLink?: string | undefined; }, { title?: string | undefined; issuedAt?: string | undefined; issuedBy?: string | undefined; issuedByLink?: string | undefined; }>, "many">>; projects: z.ZodOptional; description: z.ZodOptional; duration: z.ZodOptional; startDate: z.ZodOptional; year: z.ZodOptional; text: z.ZodOptional; }, "strip", z.ZodTypeAny, { text?: string | undefined; year?: number | undefined; month?: string | undefined; }, { text?: string | undefined; year?: number | undefined; month?: string | undefined; }>>; endDate: z.ZodOptional; year: z.ZodOptional; text: z.ZodOptional; }, "strip", z.ZodTypeAny, { text?: string | undefined; year?: number | undefined; month?: string | undefined; }, { text?: string | undefined; year?: number | undefined; month?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { duration?: string | undefined; description?: string | undefined; title?: string | undefined; startDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | undefined; endDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | undefined; }, { duration?: string | undefined; description?: string | undefined; title?: string | undefined; startDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | undefined; endDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | undefined; }>, "many">>; volunteering: z.ZodOptional; duration: z.ZodOptional; startDate: z.ZodOptional; year: z.ZodOptional; text: z.ZodOptional; }, "strip", z.ZodTypeAny, { text?: string | undefined; year?: number | undefined; month?: string | undefined; }, { text?: string | undefined; year?: number | undefined; month?: string | undefined; }>>>; endDate: z.ZodOptional; year: z.ZodOptional; text: z.ZodOptional; }, "strip", z.ZodTypeAny, { text?: string | undefined; year?: number | undefined; month?: string | undefined; }, { text?: string | undefined; year?: number | undefined; month?: string | undefined; }>>; organizationName: z.ZodOptional; organizationLinkedinUrl: z.ZodOptional>; cause: z.ZodOptional; }, "strip", z.ZodTypeAny, { cause?: string | undefined; duration?: string | undefined; role?: string | undefined; startDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | null | undefined; endDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | undefined; organizationName?: string | undefined; organizationLinkedinUrl?: string | null | undefined; }, { cause?: string | undefined; duration?: string | undefined; role?: string | undefined; startDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | null | undefined; endDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | undefined; organizationName?: string | undefined; organizationLinkedinUrl?: string | null | undefined; }>, "many">>; skills: z.ZodOptional; positions: z.ZodOptional>; endorsements: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; positions?: string[] | undefined; endorsements?: string | undefined; }, { name?: string | undefined; positions?: string[] | undefined; endorsements?: string | undefined; }>, "many">>; courses: z.ZodOptional; associatedWith: z.ZodOptional; associatedWithLink: z.ZodOptional; }, "strip", z.ZodTypeAny, { title?: string | undefined; associatedWith?: string | undefined; associatedWithLink?: string | undefined; }, { title?: string | undefined; associatedWith?: string | undefined; associatedWithLink?: string | undefined; }>, "many">>; publications: z.ZodOptional; publishedAt: z.ZodOptional; link: z.ZodOptional; }, "strip", z.ZodTypeAny, { title?: string | undefined; link?: string | undefined; publishedAt?: string | undefined; }, { title?: string | undefined; link?: string | undefined; publishedAt?: string | undefined; }>, "many">>; patents: z.ZodOptional>; honorsAndAwards: z.ZodOptional; issuedBy: z.ZodOptional; issuedAt: z.ZodOptional; description: z.ZodOptional; associatedWith: z.ZodOptional; associatedWithLink: z.ZodOptional; }, "strip", z.ZodTypeAny, { description?: string | undefined; title?: string | undefined; issuedAt?: string | undefined; issuedBy?: string | undefined; associatedWith?: string | undefined; associatedWithLink?: string | undefined; }, { description?: string | undefined; title?: string | undefined; issuedAt?: string | undefined; issuedBy?: string | undefined; associatedWith?: string | undefined; associatedWithLink?: string | undefined; }>, "many">>; languages: z.ZodOptional; proficiency: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; proficiency?: string | undefined; }, { name?: string | undefined; proficiency?: string | undefined; }>, "many">>; featured: z.ZodOptional>; moreProfiles: z.ZodOptional; firstName: z.ZodOptional; lastName: z.ZodOptional; position: z.ZodOptional; publicIdentifier: z.ZodOptional; linkedinUrl: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: string | undefined; position?: string | undefined; firstName?: string | undefined; lastName?: string | undefined; publicIdentifier?: string | undefined; linkedinUrl?: string | undefined; }, { id?: string | undefined; position?: string | undefined; firstName?: string | undefined; lastName?: string | undefined; publicIdentifier?: string | undefined; linkedinUrl?: string | undefined; }>, "many">>; query: z.ZodOptional; profileId: z.ZodOptional; }, "strip", z.ZodTypeAny, { publicIdentifier?: string | undefined; profileId?: string | undefined; }, { publicIdentifier?: string | undefined; profileId?: string | undefined; }>>; status: z.ZodOptional; entityId: z.ZodOptional; requestId: z.ZodOptional; }, "strip", z.ZodTypeAny, { status?: number | undefined; id?: string | undefined; query?: { publicIdentifier?: string | undefined; profileId?: string | undefined; } | undefined; photo?: string | undefined; verified?: boolean | undefined; location?: { linkedinText?: string | undefined; countryCode?: string | undefined; parsed?: { text?: string | undefined; city?: string | undefined; country?: string | undefined; countryCode?: string | null | undefined; regionCode?: string | null | undefined; countryFull?: string | undefined; state?: string | undefined; } | undefined; } | undefined; headline?: string | undefined; skills?: { name?: string | undefined; positions?: string[] | undefined; endorsements?: string | undefined; }[] | undefined; firstName?: string | undefined; lastName?: string | undefined; publicIdentifier?: string | undefined; linkedinUrl?: string | undefined; about?: string | undefined; openToWork?: boolean | undefined; hiring?: boolean | undefined; premium?: boolean | undefined; influencer?: boolean | undefined; registeredAt?: string | undefined; topSkills?: string | undefined; connectionsCount?: number | undefined; followerCount?: number | undefined; currentPosition?: { companyName?: string | undefined; }[] | undefined; experience?: { duration?: string | undefined; description?: string | undefined; location?: string | undefined; companyName?: string | undefined; companyLinkedinUrl?: string | undefined; employmentType?: string | null | undefined; position?: string | undefined; workplaceType?: string | null | undefined; companyId?: string | undefined; companyUniversalName?: string | undefined; skills?: string[] | undefined; startDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | undefined; endDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | undefined; }[] | undefined; education?: { skills?: string[] | undefined; startDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | undefined; endDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | undefined; schoolName?: string | undefined; schoolLinkedinUrl?: string | undefined; degree?: string | undefined; fieldOfStudy?: string | null | undefined; period?: string | undefined; }[] | undefined; certifications?: { title?: string | undefined; issuedAt?: string | undefined; issuedBy?: string | undefined; issuedByLink?: string | undefined; }[] | undefined; projects?: { duration?: string | undefined; description?: string | undefined; title?: string | undefined; startDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | undefined; endDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | undefined; }[] | undefined; volunteering?: { cause?: string | undefined; duration?: string | undefined; role?: string | undefined; startDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | null | undefined; endDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | undefined; organizationName?: string | undefined; organizationLinkedinUrl?: string | null | undefined; }[] | undefined; courses?: { title?: string | undefined; associatedWith?: string | undefined; associatedWithLink?: string | undefined; }[] | undefined; publications?: { title?: string | undefined; link?: string | undefined; publishedAt?: string | undefined; }[] | undefined; patents?: any[] | undefined; honorsAndAwards?: { description?: string | undefined; title?: string | undefined; issuedAt?: string | undefined; issuedBy?: string | undefined; associatedWith?: string | undefined; associatedWithLink?: string | undefined; }[] | undefined; languages?: { name?: string | undefined; proficiency?: string | undefined; }[] | undefined; featured?: any; moreProfiles?: { id?: string | undefined; position?: string | undefined; firstName?: string | undefined; lastName?: string | undefined; publicIdentifier?: string | undefined; linkedinUrl?: string | undefined; }[] | undefined; entityId?: string | undefined; requestId?: string | undefined; }, { status?: number | undefined; id?: string | undefined; query?: { publicIdentifier?: string | undefined; profileId?: string | undefined; } | undefined; photo?: string | undefined; verified?: boolean | undefined; location?: { linkedinText?: string | undefined; countryCode?: string | undefined; parsed?: { text?: string | undefined; city?: string | undefined; country?: string | undefined; countryCode?: string | null | undefined; regionCode?: string | null | undefined; countryFull?: string | undefined; state?: string | undefined; } | undefined; } | undefined; headline?: string | undefined; skills?: { name?: string | undefined; positions?: string[] | undefined; endorsements?: string | undefined; }[] | undefined; firstName?: string | undefined; lastName?: string | undefined; publicIdentifier?: string | undefined; linkedinUrl?: string | undefined; about?: string | undefined; openToWork?: boolean | undefined; hiring?: boolean | undefined; premium?: boolean | undefined; influencer?: boolean | undefined; registeredAt?: string | undefined; topSkills?: string | undefined; connectionsCount?: number | undefined; followerCount?: number | undefined; currentPosition?: { companyName?: string | undefined; }[] | undefined; experience?: { duration?: string | undefined; description?: string | undefined; location?: string | undefined; companyName?: string | undefined; companyLinkedinUrl?: string | undefined; employmentType?: string | null | undefined; position?: string | undefined; workplaceType?: string | null | undefined; companyId?: string | undefined; companyUniversalName?: string | undefined; skills?: string[] | undefined; startDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | undefined; endDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | undefined; }[] | undefined; education?: { skills?: string[] | undefined; startDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | undefined; endDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | undefined; schoolName?: string | undefined; schoolLinkedinUrl?: string | undefined; degree?: string | undefined; fieldOfStudy?: string | null | undefined; period?: string | undefined; }[] | undefined; certifications?: { title?: string | undefined; issuedAt?: string | undefined; issuedBy?: string | undefined; issuedByLink?: string | undefined; }[] | undefined; projects?: { duration?: string | undefined; description?: string | undefined; title?: string | undefined; startDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | undefined; endDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | undefined; }[] | undefined; volunteering?: { cause?: string | undefined; duration?: string | undefined; role?: string | undefined; startDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | null | undefined; endDate?: { text?: string | undefined; year?: number | undefined; month?: string | undefined; } | undefined; organizationName?: string | undefined; organizationLinkedinUrl?: string | null | undefined; }[] | undefined; courses?: { title?: string | undefined; associatedWith?: string | undefined; associatedWithLink?: string | undefined; }[] | undefined; publications?: { title?: string | undefined; link?: string | undefined; publishedAt?: string | undefined; }[] | undefined; patents?: any[] | undefined; honorsAndAwards?: { description?: string | undefined; title?: string | undefined; issuedAt?: string | undefined; issuedBy?: string | undefined; associatedWith?: string | undefined; associatedWithLink?: string | undefined; }[] | undefined; languages?: { name?: string | undefined; proficiency?: string | undefined; }[] | undefined; featured?: any; moreProfiles?: { id?: string | undefined; position?: string | undefined; firstName?: string | undefined; lastName?: string | undefined; publicIdentifier?: string | undefined; linkedinUrl?: string | undefined; }[] | undefined; entityId?: string | undefined; requestId?: string | undefined; }>; export type LinkedInProfileDetailInput = z.output; export type LinkedInProfileDetailOutput = z.output; //# sourceMappingURL=linkedin-profile-detail.d.ts.map