import { z } from 'zod'; export declare const LinkedInProfilePostsInputSchema: z.ZodObject<{ username: z.ZodString; page_number: z.ZodOptional>; limit: z.ZodOptional>; }, "strip", z.ZodTypeAny, { username: string; limit?: number | undefined; page_number?: number | undefined; }, { username: string; limit?: number | undefined; page_number?: number | undefined; }>; declare const LinkedInURNSchema: z.ZodObject<{ activity_urn: z.ZodOptional; share_urn: z.ZodOptional>; ugcPost_urn: z.ZodOptional>; }, "strip", z.ZodTypeAny, { activity_urn?: string | undefined; share_urn?: string | null | undefined; ugcPost_urn?: string | null | undefined; }, { activity_urn?: string | undefined; share_urn?: string | null | undefined; ugcPost_urn?: string | null | undefined; }>; declare const LinkedInAuthorSchema: z.ZodObject<{ first_name: z.ZodOptional; last_name: z.ZodOptional; headline: z.ZodOptional; username: z.ZodOptional; profile_url: z.ZodOptional; profile_picture: z.ZodOptional; }, "strip", z.ZodTypeAny, { username?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; headline?: string | undefined; profile_url?: string | undefined; profile_picture?: string | undefined; }, { username?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; headline?: string | undefined; profile_url?: string | undefined; profile_picture?: string | undefined; }>; declare const LinkedInStatsSchema: z.ZodObject<{ total_reactions: z.ZodOptional; like: z.ZodOptional; support: z.ZodOptional; love: z.ZodOptional; insight: z.ZodOptional; celebrate: z.ZodOptional; funny: z.ZodOptional; comments: z.ZodOptional; reposts: z.ZodOptional; }, "strip", z.ZodTypeAny, { total_reactions?: number | undefined; like?: number | undefined; support?: number | undefined; love?: number | undefined; insight?: number | undefined; celebrate?: number | undefined; funny?: number | undefined; comments?: number | undefined; reposts?: number | undefined; }, { total_reactions?: number | undefined; like?: number | undefined; support?: number | undefined; love?: number | undefined; insight?: number | undefined; celebrate?: number | undefined; funny?: number | undefined; comments?: number | undefined; reposts?: number | undefined; }>; declare const LinkedInPostedAtSchema: z.ZodObject<{ date: z.ZodOptional; relative: z.ZodOptional; timestamp: z.ZodOptional; }, "strip", z.ZodTypeAny, { date?: string | undefined; relative?: string | undefined; timestamp?: number | undefined; }, { date?: string | undefined; relative?: string | undefined; timestamp?: number | undefined; }>; declare const LinkedInPostSchema: z.ZodObject<{ urn: z.ZodOptional; share_urn: z.ZodOptional>; ugcPost_urn: z.ZodOptional>; }, "strip", z.ZodTypeAny, { activity_urn?: string | undefined; share_urn?: string | null | undefined; ugcPost_urn?: string | null | undefined; }, { activity_urn?: string | undefined; share_urn?: string | null | undefined; ugcPost_urn?: string | null | undefined; }>>; full_urn: z.ZodOptional; posted_at: z.ZodOptional; relative: z.ZodOptional; timestamp: z.ZodOptional; }, "strip", z.ZodTypeAny, { date?: string | undefined; relative?: string | undefined; timestamp?: number | undefined; }, { date?: string | undefined; relative?: string | undefined; timestamp?: number | undefined; }>>; text: z.ZodOptional; url: z.ZodOptional; post_type: z.ZodOptional; author: z.ZodOptional; last_name: z.ZodOptional; headline: z.ZodOptional; username: z.ZodOptional; profile_url: z.ZodOptional; profile_picture: z.ZodOptional; }, "strip", z.ZodTypeAny, { username?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; headline?: string | undefined; profile_url?: string | undefined; profile_picture?: string | undefined; }, { username?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; headline?: string | undefined; profile_url?: string | undefined; profile_picture?: string | undefined; }>>; stats: z.ZodOptional; like: z.ZodOptional; support: z.ZodOptional; love: z.ZodOptional; insight: z.ZodOptional; celebrate: z.ZodOptional; funny: z.ZodOptional; comments: z.ZodOptional; reposts: z.ZodOptional; }, "strip", z.ZodTypeAny, { total_reactions?: number | undefined; like?: number | undefined; support?: number | undefined; love?: number | undefined; insight?: number | undefined; celebrate?: number | undefined; funny?: number | undefined; comments?: number | undefined; reposts?: number | undefined; }, { total_reactions?: number | undefined; like?: number | undefined; support?: number | undefined; love?: number | undefined; insight?: number | undefined; celebrate?: number | undefined; funny?: number | undefined; comments?: number | undefined; reposts?: number | undefined; }>>; media: z.ZodOptional; url: z.ZodOptional; thumbnail: z.ZodOptional; images: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, "strip", z.ZodTypeAny, { url?: string | undefined; width?: number | undefined; height?: number | undefined; }, { url?: string | undefined; width?: number | undefined; height?: number | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { type?: string | undefined; url?: string | undefined; images?: { url?: string | undefined; width?: number | undefined; height?: number | undefined; }[] | undefined; thumbnail?: string | undefined; }, { type?: string | undefined; url?: string | undefined; images?: { url?: string | undefined; width?: number | undefined; height?: number | undefined; }[] | undefined; thumbnail?: string | undefined; }>>; article: z.ZodOptional; title: z.ZodOptional; subtitle: z.ZodOptional; thumbnail: z.ZodOptional; }, "strip", z.ZodTypeAny, { title?: string | undefined; url?: string | undefined; thumbnail?: string | undefined; subtitle?: string | undefined; }, { title?: string | undefined; url?: string | undefined; thumbnail?: string | undefined; subtitle?: string | undefined; }>>; document: z.ZodOptional; page_count: z.ZodOptional; url: z.ZodOptional; thumbnail: z.ZodOptional; }, "strip", z.ZodTypeAny, { title?: string | undefined; url?: string | undefined; page_count?: number | undefined; thumbnail?: string | undefined; }, { title?: string | undefined; url?: string | undefined; page_count?: number | undefined; thumbnail?: string | undefined; }>>; reshared_post: z.ZodOptional>; pagination_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { stats?: { total_reactions?: number | undefined; like?: number | undefined; support?: number | undefined; love?: number | undefined; insight?: number | undefined; celebrate?: number | undefined; funny?: number | undefined; comments?: number | undefined; reposts?: number | undefined; } | undefined; text?: string | undefined; url?: string | undefined; document?: { title?: string | undefined; url?: string | undefined; page_count?: number | undefined; thumbnail?: string | undefined; } | undefined; urn?: { activity_urn?: string | undefined; share_urn?: string | null | undefined; ugcPost_urn?: string | null | undefined; } | undefined; posted_at?: { date?: string | undefined; relative?: string | undefined; timestamp?: number | undefined; } | undefined; post_type?: string | undefined; author?: { username?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; headline?: string | undefined; profile_url?: string | undefined; profile_picture?: string | undefined; } | undefined; media?: { type?: string | undefined; url?: string | undefined; images?: { url?: string | undefined; width?: number | undefined; height?: number | undefined; }[] | undefined; thumbnail?: string | undefined; } | undefined; full_urn?: string | undefined; article?: { title?: string | undefined; url?: string | undefined; thumbnail?: string | undefined; subtitle?: string | undefined; } | undefined; reshared_post?: any; pagination_token?: string | undefined; }, { stats?: { total_reactions?: number | undefined; like?: number | undefined; support?: number | undefined; love?: number | undefined; insight?: number | undefined; celebrate?: number | undefined; funny?: number | undefined; comments?: number | undefined; reposts?: number | undefined; } | undefined; text?: string | undefined; url?: string | undefined; document?: { title?: string | undefined; url?: string | undefined; page_count?: number | undefined; thumbnail?: string | undefined; } | undefined; urn?: { activity_urn?: string | undefined; share_urn?: string | null | undefined; ugcPost_urn?: string | null | undefined; } | undefined; posted_at?: { date?: string | undefined; relative?: string | undefined; timestamp?: number | undefined; } | undefined; post_type?: string | undefined; author?: { username?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; headline?: string | undefined; profile_url?: string | undefined; profile_picture?: string | undefined; } | undefined; media?: { type?: string | undefined; url?: string | undefined; images?: { url?: string | undefined; width?: number | undefined; height?: number | undefined; }[] | undefined; thumbnail?: string | undefined; } | undefined; full_urn?: string | undefined; article?: { title?: string | undefined; url?: string | undefined; thumbnail?: string | undefined; subtitle?: string | undefined; } | undefined; reshared_post?: any; pagination_token?: string | undefined; }>; export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{ urn: z.ZodOptional; share_urn: z.ZodOptional>; ugcPost_urn: z.ZodOptional>; }, "strip", z.ZodTypeAny, { activity_urn?: string | undefined; share_urn?: string | null | undefined; ugcPost_urn?: string | null | undefined; }, { activity_urn?: string | undefined; share_urn?: string | null | undefined; ugcPost_urn?: string | null | undefined; }>>; full_urn: z.ZodOptional; posted_at: z.ZodOptional; relative: z.ZodOptional; timestamp: z.ZodOptional; }, "strip", z.ZodTypeAny, { date?: string | undefined; relative?: string | undefined; timestamp?: number | undefined; }, { date?: string | undefined; relative?: string | undefined; timestamp?: number | undefined; }>>; text: z.ZodOptional; url: z.ZodOptional; post_type: z.ZodOptional; author: z.ZodOptional; last_name: z.ZodOptional; headline: z.ZodOptional; username: z.ZodOptional; profile_url: z.ZodOptional; profile_picture: z.ZodOptional; }, "strip", z.ZodTypeAny, { username?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; headline?: string | undefined; profile_url?: string | undefined; profile_picture?: string | undefined; }, { username?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; headline?: string | undefined; profile_url?: string | undefined; profile_picture?: string | undefined; }>>; stats: z.ZodOptional; like: z.ZodOptional; support: z.ZodOptional; love: z.ZodOptional; insight: z.ZodOptional; celebrate: z.ZodOptional; funny: z.ZodOptional; comments: z.ZodOptional; reposts: z.ZodOptional; }, "strip", z.ZodTypeAny, { total_reactions?: number | undefined; like?: number | undefined; support?: number | undefined; love?: number | undefined; insight?: number | undefined; celebrate?: number | undefined; funny?: number | undefined; comments?: number | undefined; reposts?: number | undefined; }, { total_reactions?: number | undefined; like?: number | undefined; support?: number | undefined; love?: number | undefined; insight?: number | undefined; celebrate?: number | undefined; funny?: number | undefined; comments?: number | undefined; reposts?: number | undefined; }>>; media: z.ZodOptional; url: z.ZodOptional; thumbnail: z.ZodOptional; images: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, "strip", z.ZodTypeAny, { url?: string | undefined; width?: number | undefined; height?: number | undefined; }, { url?: string | undefined; width?: number | undefined; height?: number | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { type?: string | undefined; url?: string | undefined; images?: { url?: string | undefined; width?: number | undefined; height?: number | undefined; }[] | undefined; thumbnail?: string | undefined; }, { type?: string | undefined; url?: string | undefined; images?: { url?: string | undefined; width?: number | undefined; height?: number | undefined; }[] | undefined; thumbnail?: string | undefined; }>>; article: z.ZodOptional; title: z.ZodOptional; subtitle: z.ZodOptional; thumbnail: z.ZodOptional; }, "strip", z.ZodTypeAny, { title?: string | undefined; url?: string | undefined; thumbnail?: string | undefined; subtitle?: string | undefined; }, { title?: string | undefined; url?: string | undefined; thumbnail?: string | undefined; subtitle?: string | undefined; }>>; document: z.ZodOptional; page_count: z.ZodOptional; url: z.ZodOptional; thumbnail: z.ZodOptional; }, "strip", z.ZodTypeAny, { title?: string | undefined; url?: string | undefined; page_count?: number | undefined; thumbnail?: string | undefined; }, { title?: string | undefined; url?: string | undefined; page_count?: number | undefined; thumbnail?: string | undefined; }>>; reshared_post: z.ZodOptional>; pagination_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { stats?: { total_reactions?: number | undefined; like?: number | undefined; support?: number | undefined; love?: number | undefined; insight?: number | undefined; celebrate?: number | undefined; funny?: number | undefined; comments?: number | undefined; reposts?: number | undefined; } | undefined; text?: string | undefined; url?: string | undefined; document?: { title?: string | undefined; url?: string | undefined; page_count?: number | undefined; thumbnail?: string | undefined; } | undefined; urn?: { activity_urn?: string | undefined; share_urn?: string | null | undefined; ugcPost_urn?: string | null | undefined; } | undefined; posted_at?: { date?: string | undefined; relative?: string | undefined; timestamp?: number | undefined; } | undefined; post_type?: string | undefined; author?: { username?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; headline?: string | undefined; profile_url?: string | undefined; profile_picture?: string | undefined; } | undefined; media?: { type?: string | undefined; url?: string | undefined; images?: { url?: string | undefined; width?: number | undefined; height?: number | undefined; }[] | undefined; thumbnail?: string | undefined; } | undefined; full_urn?: string | undefined; article?: { title?: string | undefined; url?: string | undefined; thumbnail?: string | undefined; subtitle?: string | undefined; } | undefined; reshared_post?: any; pagination_token?: string | undefined; }, { stats?: { total_reactions?: number | undefined; like?: number | undefined; support?: number | undefined; love?: number | undefined; insight?: number | undefined; celebrate?: number | undefined; funny?: number | undefined; comments?: number | undefined; reposts?: number | undefined; } | undefined; text?: string | undefined; url?: string | undefined; document?: { title?: string | undefined; url?: string | undefined; page_count?: number | undefined; thumbnail?: string | undefined; } | undefined; urn?: { activity_urn?: string | undefined; share_urn?: string | null | undefined; ugcPost_urn?: string | null | undefined; } | undefined; posted_at?: { date?: string | undefined; relative?: string | undefined; timestamp?: number | undefined; } | undefined; post_type?: string | undefined; author?: { username?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; headline?: string | undefined; profile_url?: string | undefined; profile_picture?: string | undefined; } | undefined; media?: { type?: string | undefined; url?: string | undefined; images?: { url?: string | undefined; width?: number | undefined; height?: number | undefined; }[] | undefined; thumbnail?: string | undefined; } | undefined; full_urn?: string | undefined; article?: { title?: string | undefined; url?: string | undefined; thumbnail?: string | undefined; subtitle?: string | undefined; } | undefined; reshared_post?: any; pagination_token?: string | undefined; }>; export type LinkedInPost = z.output; export type LinkedInAuthor = z.output; export type LinkedInStats = z.output; export type LinkedInPostedAt = z.output; export type LinkedInURN = z.output; export {}; //# sourceMappingURL=linkedin-profile-posts.d.ts.map