import { z } from 'zod'; export declare const TwitterScraperInputSchema: z.ZodObject<{ startUrls: z.ZodOptional>; searchTerms: z.ZodOptional>; twitterHandles: z.ZodOptional>; conversationIds: z.ZodOptional>; maxItems: z.ZodOptional; sort: z.ZodOptional>; tweetLanguage: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sort?: "Top" | "Latest" | undefined; maxItems?: number | undefined; startUrls?: string[] | undefined; searchTerms?: string[] | undefined; twitterHandles?: string[] | undefined; conversationIds?: string[] | undefined; tweetLanguage?: "id" | "or" | "ts" | "to" | "en" | "de" | "es" | "fr" | "it" | "ja" | "ko" | "nl" | "pt" | "ru" | "ab" | "aa" | "af" | "ak" | "sq" | "am" | "ar" | "an" | "hy" | "as" | "av" | "ae" | "ay" | "az" | "bm" | "ba" | "eu" | "be" | "bn" | "bi" | "bs" | "br" | "bg" | "my" | "ca" | "ch" | "ce" | "ny" | "zh" | "cu" | "cv" | "kw" | "co" | "cr" | "hr" | "cs" | "da" | "dv" | "dz" | "eo" | "et" | "ee" | "fo" | "fj" | "fi" | "fy" | "ff" | "gd" | "gl" | "lg" | "ka" | "el" | "kl" | "gn" | "gu" | "ht" | "ha" | "he" | "hz" | "hi" | "ho" | "hu" | "is" | "io" | "ig" | "ia" | "ie" | "iu" | "ik" | "ga" | "jv" | "kn" | "kr" | "ks" | "kk" | "km" | "ki" | "rw" | "ky" | "kv" | "kg" | "kj" | "ku" | "lo" | "la" | "lv" | "li" | "ln" | "lt" | "lu" | "lb" | "mk" | "mg" | "ms" | "ml" | "mt" | "gv" | "mi" | "mr" | "mh" | "mn" | "na" | "nv" | "nd" | "nr" | "ng" | "ne" | "no" | "nb" | "nn" | "ii" | "oc" | "oj" | "om" | "os" | "pi" | "ps" | "fa" | "pl" | "pa" | "qu" | "ro" | "rm" | "rn" | "se" | "sm" | "sg" | "sa" | "sc" | "sr" | "sn" | "sd" | "si" | "sk" | "sl" | "so" | "st" | "su" | "sw" | "ss" | "sv" | "tl" | "ty" | "tg" | "ta" | "tt" | "te" | "th" | "bo" | "ti" | "tn" | "tr" | "tk" | "tw" | "ug" | "uk" | "ur" | "uz" | "ve" | "vi" | "vo" | "wa" | "cy" | "wo" | "xh" | "yi" | "yo" | "za" | "zu" | undefined; }, { sort?: "Top" | "Latest" | undefined; maxItems?: number | undefined; startUrls?: string[] | undefined; searchTerms?: string[] | undefined; twitterHandles?: string[] | undefined; conversationIds?: string[] | undefined; tweetLanguage?: "id" | "or" | "ts" | "to" | "en" | "de" | "es" | "fr" | "it" | "ja" | "ko" | "nl" | "pt" | "ru" | "ab" | "aa" | "af" | "ak" | "sq" | "am" | "ar" | "an" | "hy" | "as" | "av" | "ae" | "ay" | "az" | "bm" | "ba" | "eu" | "be" | "bn" | "bi" | "bs" | "br" | "bg" | "my" | "ca" | "ch" | "ce" | "ny" | "zh" | "cu" | "cv" | "kw" | "co" | "cr" | "hr" | "cs" | "da" | "dv" | "dz" | "eo" | "et" | "ee" | "fo" | "fj" | "fi" | "fy" | "ff" | "gd" | "gl" | "lg" | "ka" | "el" | "kl" | "gn" | "gu" | "ht" | "ha" | "he" | "hz" | "hi" | "ho" | "hu" | "is" | "io" | "ig" | "ia" | "ie" | "iu" | "ik" | "ga" | "jv" | "kn" | "kr" | "ks" | "kk" | "km" | "ki" | "rw" | "ky" | "kv" | "kg" | "kj" | "ku" | "lo" | "la" | "lv" | "li" | "ln" | "lt" | "lu" | "lb" | "mk" | "mg" | "ms" | "ml" | "mt" | "gv" | "mi" | "mr" | "mh" | "mn" | "na" | "nv" | "nd" | "nr" | "ng" | "ne" | "no" | "nb" | "nn" | "ii" | "oc" | "oj" | "om" | "os" | "pi" | "ps" | "fa" | "pl" | "pa" | "qu" | "ro" | "rm" | "rn" | "se" | "sm" | "sg" | "sa" | "sc" | "sr" | "sn" | "sd" | "si" | "sk" | "sl" | "so" | "st" | "su" | "sw" | "ss" | "sv" | "tl" | "ty" | "tg" | "ta" | "tt" | "te" | "th" | "bo" | "ti" | "tn" | "tr" | "tk" | "tw" | "ug" | "uk" | "ur" | "uz" | "ve" | "vi" | "vo" | "wa" | "cy" | "wo" | "xh" | "yi" | "yo" | "za" | "zu" | undefined; }>; export declare const TwitterTweetSchema: z.ZodObject<{ id: z.ZodOptional; url: z.ZodOptional; text: z.ZodOptional; author: z.ZodOptional; name: z.ZodOptional; userName: z.ZodOptional; description: z.ZodOptional; isVerified: z.ZodOptional; isBlueVerified: z.ZodOptional; profilePicture: z.ZodOptional; followers: z.ZodOptional; following: z.ZodOptional; tweetsCount: z.ZodOptional; url: z.ZodOptional; createdAt: z.ZodOptional; }, "strip", z.ZodTypeAny, { description?: string | undefined; name?: string | undefined; id?: string | undefined; url?: string | undefined; following?: number | undefined; userName?: string | undefined; isVerified?: boolean | undefined; isBlueVerified?: boolean | undefined; profilePicture?: string | undefined; followers?: number | undefined; tweetsCount?: number | undefined; createdAt?: string | undefined; }, { description?: string | undefined; name?: string | undefined; id?: string | undefined; url?: string | undefined; following?: number | undefined; userName?: string | undefined; isVerified?: boolean | undefined; isBlueVerified?: boolean | undefined; profilePicture?: string | undefined; followers?: number | undefined; tweetsCount?: number | undefined; createdAt?: string | undefined; }>>; createdAt: z.ZodOptional; retweetCount: z.ZodOptional; replyCount: z.ZodOptional; likeCount: z.ZodOptional; quoteCount: z.ZodOptional; viewCount: z.ZodOptional; bookmarkCount: z.ZodOptional; lang: z.ZodOptional; media: z.ZodOptional>; url: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { duration?: number | undefined; type?: "photo" | "video" | "animated_gif" | undefined; url?: string | undefined; width?: number | undefined; height?: number | undefined; }, { duration?: number | undefined; type?: "photo" | "video" | "animated_gif" | undefined; url?: string | undefined; width?: number | undefined; height?: number | undefined; }>]>, "many">>; entities: z.ZodOptional; }, "strip", z.ZodTypeAny, { text?: string | undefined; }, { text?: string | undefined; }>, "many">>; urls: z.ZodOptional; expandedUrl: z.ZodOptional; displayUrl: z.ZodOptional; }, "strip", z.ZodTypeAny, { url?: string | undefined; displayUrl?: string | undefined; expandedUrl?: string | undefined; }, { url?: string | undefined; displayUrl?: string | undefined; expandedUrl?: string | undefined; }>, "many">>; userMentions: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; screenName?: string | undefined; }, { name?: string | undefined; screenName?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { hashtags?: { text?: string | undefined; }[] | undefined; urls?: { url?: string | undefined; displayUrl?: string | undefined; expandedUrl?: string | undefined; }[] | undefined; userMentions?: { name?: string | undefined; screenName?: string | undefined; }[] | undefined; }, { hashtags?: { text?: string | undefined; }[] | undefined; urls?: { url?: string | undefined; displayUrl?: string | undefined; expandedUrl?: string | undefined; }[] | undefined; userMentions?: { name?: string | undefined; screenName?: string | undefined; }[] | undefined; }>>; isRetweet: z.ZodOptional; isQuote: z.ZodOptional; isReply: z.ZodOptional; }, "strip", z.ZodTypeAny, { text?: string | undefined; id?: string | undefined; url?: string | undefined; entities?: { hashtags?: { text?: string | undefined; }[] | undefined; urls?: { url?: string | undefined; displayUrl?: string | undefined; expandedUrl?: string | undefined; }[] | undefined; userMentions?: { name?: string | undefined; screenName?: string | undefined; }[] | undefined; } | undefined; author?: { description?: string | undefined; name?: string | undefined; id?: string | undefined; url?: string | undefined; following?: number | undefined; userName?: string | undefined; isVerified?: boolean | undefined; isBlueVerified?: boolean | undefined; profilePicture?: string | undefined; followers?: number | undefined; tweetsCount?: number | undefined; createdAt?: string | undefined; } | undefined; media?: (string | { duration?: number | undefined; type?: "photo" | "video" | "animated_gif" | undefined; url?: string | undefined; width?: number | undefined; height?: number | undefined; })[] | undefined; viewCount?: number | undefined; createdAt?: string | undefined; retweetCount?: number | undefined; replyCount?: number | undefined; likeCount?: number | undefined; quoteCount?: number | undefined; bookmarkCount?: number | undefined; lang?: string | undefined; isRetweet?: boolean | undefined; isQuote?: boolean | undefined; isReply?: boolean | undefined; }, { text?: string | undefined; id?: string | undefined; url?: string | undefined; entities?: { hashtags?: { text?: string | undefined; }[] | undefined; urls?: { url?: string | undefined; displayUrl?: string | undefined; expandedUrl?: string | undefined; }[] | undefined; userMentions?: { name?: string | undefined; screenName?: string | undefined; }[] | undefined; } | undefined; author?: { description?: string | undefined; name?: string | undefined; id?: string | undefined; url?: string | undefined; following?: number | undefined; userName?: string | undefined; isVerified?: boolean | undefined; isBlueVerified?: boolean | undefined; profilePicture?: string | undefined; followers?: number | undefined; tweetsCount?: number | undefined; createdAt?: string | undefined; } | undefined; media?: (string | { duration?: number | undefined; type?: "photo" | "video" | "animated_gif" | undefined; url?: string | undefined; width?: number | undefined; height?: number | undefined; })[] | undefined; viewCount?: number | undefined; createdAt?: string | undefined; retweetCount?: number | undefined; replyCount?: number | undefined; likeCount?: number | undefined; quoteCount?: number | undefined; bookmarkCount?: number | undefined; lang?: string | undefined; isRetweet?: boolean | undefined; isQuote?: boolean | undefined; isReply?: boolean | undefined; }>; export type TwitterScraperInput = z.output; export type TwitterTweet = z.output; //# sourceMappingURL=twitter-scraper.d.ts.map