import { z } from 'zod'; export declare const TikTokScraperInputSchema: z.ZodObject<{ hashtags: z.ZodOptional>; resultsPerPage: z.ZodOptional>; profiles: z.ZodOptional>; profileScrapeSections: z.ZodOptional, "many">>>; profileSorting: z.ZodOptional>>; excludePinnedPosts: z.ZodOptional>; oldestPostDateUnified: z.ZodOptional; newestPostDate: z.ZodOptional; mostDiggs: z.ZodOptional; leastDiggs: z.ZodOptional; maxFollowersPerProfile: z.ZodOptional; maxFollowingPerProfile: z.ZodOptional; searchQueries: z.ZodOptional>; searchSection: z.ZodOptional>>; maxProfilesPerQuery: z.ZodOptional>; searchSorting: z.ZodOptional>>; searchDatePosted: z.ZodOptional>>; postURLs: z.ZodOptional>; scrapeRelatedVideos: z.ZodOptional>; shouldDownloadVideos: z.ZodOptional>; shouldDownloadCovers: z.ZodOptional>; shouldDownloadSubtitles: z.ZodOptional>; shouldDownloadSlideshowImages: z.ZodOptional>; shouldDownloadAvatars: z.ZodOptional>; shouldDownloadMusicCovers: z.ZodOptional>; videoKvStoreIdOrName: z.ZodOptional; commentsPerPost: z.ZodOptional; maxRepliesPerComment: z.ZodOptional; proxyCountryCode: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { hashtags?: string[] | undefined; searchQueries?: string[] | undefined; resultsPerPage?: number | undefined; profiles?: string[] | undefined; profileScrapeSections?: ("reposts" | "videos")[] | undefined; profileSorting?: "latest" | "oldest" | "popular" | undefined; excludePinnedPosts?: boolean | undefined; oldestPostDateUnified?: string | undefined; newestPostDate?: string | undefined; mostDiggs?: number | undefined; leastDiggs?: number | undefined; maxFollowersPerProfile?: number | undefined; maxFollowingPerProfile?: number | undefined; searchSection?: "" | "/video" | "/user" | undefined; maxProfilesPerQuery?: number | undefined; searchSorting?: "0" | "1" | "3" | undefined; searchDatePosted?: "0" | "1" | "2" | "3" | "4" | "5" | undefined; postURLs?: string[] | undefined; scrapeRelatedVideos?: boolean | undefined; shouldDownloadVideos?: boolean | undefined; shouldDownloadCovers?: boolean | undefined; shouldDownloadSubtitles?: boolean | undefined; shouldDownloadSlideshowImages?: boolean | undefined; shouldDownloadAvatars?: boolean | undefined; shouldDownloadMusicCovers?: boolean | undefined; videoKvStoreIdOrName?: string | undefined; commentsPerPost?: number | undefined; maxRepliesPerComment?: number | undefined; proxyCountryCode?: "None" | "AF" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AG" | "AR" | "AM" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BA" | "BW" | "BR" | "VG" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "KY" | "TD" | "CL" | "CO" | "CK" | "CR" | "HR" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DO" | "EC" | "EG" | "SV" | "EE" | "ET" | "FK" | "FJ" | "FI" | "FR" | "PF" | "GA" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GT" | "GN" | "GW" | "GY" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IQ" | "IE" | "IM" | "IL" | "IT" | "CI" | "JM" | "JP" | "JE" | "KZ" | "KE" | "XK" | "KW" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LT" | "LU" | "MO" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "MX" | "MD" | "MC" | "MN" | "ME" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "NZ" | "NI" | "NG" | "MK" | "NO" | "OM" | "PK" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PL" | "PT" | "PR" | "QA" | "CG" | "RO" | "RU" | "RW" | "RE" | "KN" | "LC" | "MF" | "PM" | "VC" | "SM" | "SA" | "SN" | "RS" | "SL" | "SG" | "SX" | "SK" | "SB" | "SO" | "ZA" | "KR" | "ES" | "LK" | "SR" | "SZ" | "SE" | "CH" | "TW" | "TJ" | "TZ" | "TH" | "TG" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "VI" | "UG" | "UA" | "AE" | "GB" | "US" | "UY" | "VE" | "VN" | "WF" | "YE" | "ZM" | "ZW" | "AX" | undefined; }, { hashtags?: string[] | undefined; searchQueries?: string[] | undefined; resultsPerPage?: number | undefined; profiles?: string[] | undefined; profileScrapeSections?: ("reposts" | "videos")[] | undefined; profileSorting?: "latest" | "oldest" | "popular" | undefined; excludePinnedPosts?: boolean | undefined; oldestPostDateUnified?: string | undefined; newestPostDate?: string | undefined; mostDiggs?: number | undefined; leastDiggs?: number | undefined; maxFollowersPerProfile?: number | undefined; maxFollowingPerProfile?: number | undefined; searchSection?: "" | "/video" | "/user" | undefined; maxProfilesPerQuery?: number | undefined; searchSorting?: "0" | "1" | "3" | undefined; searchDatePosted?: "0" | "1" | "2" | "3" | "4" | "5" | undefined; postURLs?: string[] | undefined; scrapeRelatedVideos?: boolean | undefined; shouldDownloadVideos?: boolean | undefined; shouldDownloadCovers?: boolean | undefined; shouldDownloadSubtitles?: boolean | undefined; shouldDownloadSlideshowImages?: boolean | undefined; shouldDownloadAvatars?: boolean | undefined; shouldDownloadMusicCovers?: boolean | undefined; videoKvStoreIdOrName?: string | undefined; commentsPerPost?: number | undefined; maxRepliesPerComment?: number | undefined; proxyCountryCode?: "None" | "AF" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AG" | "AR" | "AM" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BA" | "BW" | "BR" | "VG" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "KY" | "TD" | "CL" | "CO" | "CK" | "CR" | "HR" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DO" | "EC" | "EG" | "SV" | "EE" | "ET" | "FK" | "FJ" | "FI" | "FR" | "PF" | "GA" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GT" | "GN" | "GW" | "GY" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IQ" | "IE" | "IM" | "IL" | "IT" | "CI" | "JM" | "JP" | "JE" | "KZ" | "KE" | "XK" | "KW" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LT" | "LU" | "MO" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "MX" | "MD" | "MC" | "MN" | "ME" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "NZ" | "NI" | "NG" | "MK" | "NO" | "OM" | "PK" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PL" | "PT" | "PR" | "QA" | "CG" | "RO" | "RU" | "RW" | "RE" | "KN" | "LC" | "MF" | "PM" | "VC" | "SM" | "SA" | "SN" | "RS" | "SL" | "SG" | "SX" | "SK" | "SB" | "SO" | "ZA" | "KR" | "ES" | "LK" | "SR" | "SZ" | "SE" | "CH" | "TW" | "TJ" | "TZ" | "TH" | "TG" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "VI" | "UG" | "UA" | "AE" | "GB" | "US" | "UY" | "VE" | "VN" | "WF" | "YE" | "ZM" | "ZW" | "AX" | undefined; }>; export declare const TikTokVideoSchema: z.ZodObject<{ authorMeta: z.ZodOptional; bioLink: z.ZodOptional; digg: z.ZodOptional; fans: z.ZodOptional; followDatasetUrl: z.ZodOptional; following: z.ZodOptional; friends: z.ZodOptional; heart: z.ZodOptional; id: z.ZodOptional; name: z.ZodOptional; nickName: z.ZodOptional; originalAvatarUrl: z.ZodOptional; privateAccount: z.ZodOptional; profileUrl: z.ZodOptional; signature: z.ZodOptional; verified: z.ZodOptional; video: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; id?: string | undefined; verified?: boolean | undefined; video?: number | undefined; avatar?: string | undefined; bioLink?: null | undefined; digg?: number | undefined; fans?: number | undefined; followDatasetUrl?: null | undefined; following?: number | undefined; friends?: number | undefined; heart?: number | undefined; nickName?: string | undefined; originalAvatarUrl?: string | undefined; privateAccount?: boolean | undefined; profileUrl?: string | undefined; signature?: string | undefined; }, { name?: string | undefined; id?: string | undefined; verified?: boolean | undefined; video?: number | undefined; avatar?: string | undefined; bioLink?: null | undefined; digg?: number | undefined; fans?: number | undefined; followDatasetUrl?: null | undefined; following?: number | undefined; friends?: number | undefined; heart?: number | undefined; nickName?: string | undefined; originalAvatarUrl?: string | undefined; privateAccount?: boolean | undefined; profileUrl?: string | undefined; signature?: string | undefined; }>>; collectCount: z.ZodOptional; commentCount: z.ZodOptional; commentsDatasetUrl: z.ZodOptional; createTime: z.ZodOptional; createTimeISO: z.ZodOptional; detailedMentions: z.ZodOptional; name: z.ZodOptional; nickName: z.ZodOptional; profileUrl: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; id?: string | undefined; nickName?: string | undefined; profileUrl?: string | undefined; }, { name?: string | undefined; id?: string | undefined; nickName?: string | undefined; profileUrl?: string | undefined; }>, "many">>; diggCount: z.ZodOptional; effectStickers: z.ZodOptional; name: z.ZodOptional; stickerStats: z.ZodOptional; }, "strip", z.ZodTypeAny, { useCount?: number | undefined; }, { useCount?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { name?: string | undefined; ID?: string | undefined; stickerStats?: { useCount?: number | undefined; } | undefined; }, { name?: string | undefined; ID?: string | undefined; stickerStats?: { useCount?: number | undefined; } | undefined; }>, "many">>; hashtags: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; }, { name?: string | undefined; }>, "many">>; id: z.ZodOptional; input: z.ZodOptional; isAd: z.ZodOptional; isPinned: z.ZodOptional; isSlideshow: z.ZodOptional; isSponsored: z.ZodOptional; mediaUrls: z.ZodOptional>; mentions: z.ZodOptional>; musicMeta: z.ZodOptional; musicAuthor: z.ZodOptional; musicId: z.ZodOptional; musicName: z.ZodOptional; musicOriginal: z.ZodOptional; originalCoverMediumUrl: z.ZodOptional; playUrl: z.ZodOptional; }, "strip", z.ZodTypeAny, { coverMediumUrl?: string | undefined; musicAuthor?: string | undefined; musicId?: string | undefined; musicName?: string | undefined; musicOriginal?: boolean | undefined; originalCoverMediumUrl?: string | undefined; playUrl?: string | undefined; }, { coverMediumUrl?: string | undefined; musicAuthor?: string | undefined; musicId?: string | undefined; musicName?: string | undefined; musicOriginal?: boolean | undefined; originalCoverMediumUrl?: string | undefined; playUrl?: string | undefined; }>>; playCount: z.ZodOptional; repostCount: z.ZodOptional; searchHashtag: z.ZodOptional; views: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; views?: number | undefined; }, { name?: string | undefined; views?: number | undefined; }>>; shareCount: z.ZodOptional; text: z.ZodOptional; textLanguage: z.ZodOptional; videoMeta: z.ZodOptional; definition: z.ZodOptional; duration: z.ZodOptional; format: z.ZodOptional; height: z.ZodOptional; originalCoverUrl: z.ZodOptional; subtitleLinks: z.ZodOptional; downloadLink: z.ZodOptional; tiktokLink: z.ZodOptional; source: z.ZodOptional; sourceUnabbreviated: z.ZodOptional; version: z.ZodOptional; }, "strip", z.ZodTypeAny, { version?: string | undefined; source?: string | undefined; language?: string | undefined; downloadLink?: string | undefined; tiktokLink?: string | undefined; sourceUnabbreviated?: string | undefined; }, { version?: string | undefined; source?: string | undefined; language?: string | undefined; downloadLink?: string | undefined; tiktokLink?: string | undefined; sourceUnabbreviated?: string | undefined; }>, "many">>; width: z.ZodOptional; }, "strip", z.ZodTypeAny, { duration?: number | undefined; format?: string | undefined; width?: number | undefined; height?: number | undefined; coverUrl?: string | undefined; definition?: string | undefined; originalCoverUrl?: string | undefined; subtitleLinks?: { version?: string | undefined; source?: string | undefined; language?: string | undefined; downloadLink?: string | undefined; tiktokLink?: string | undefined; sourceUnabbreviated?: string | undefined; }[] | undefined; }, { duration?: number | undefined; format?: string | undefined; width?: number | undefined; height?: number | undefined; coverUrl?: string | undefined; definition?: string | undefined; originalCoverUrl?: string | undefined; subtitleLinks?: { version?: string | undefined; source?: string | undefined; language?: string | undefined; downloadLink?: string | undefined; tiktokLink?: string | undefined; sourceUnabbreviated?: string | undefined; }[] | undefined; }>>; webVideoUrl: z.ZodOptional; }, "strip", z.ZodTypeAny, { text?: string | undefined; id?: string | undefined; input?: string | undefined; hashtags?: { name?: string | undefined; }[] | undefined; mentions?: string[] | undefined; isSponsored?: boolean | undefined; authorMeta?: { name?: string | undefined; id?: string | undefined; verified?: boolean | undefined; video?: number | undefined; avatar?: string | undefined; bioLink?: null | undefined; digg?: number | undefined; fans?: number | undefined; followDatasetUrl?: null | undefined; following?: number | undefined; friends?: number | undefined; heart?: number | undefined; nickName?: string | undefined; originalAvatarUrl?: string | undefined; privateAccount?: boolean | undefined; profileUrl?: string | undefined; signature?: string | undefined; } | undefined; collectCount?: number | undefined; commentCount?: number | undefined; commentsDatasetUrl?: null | undefined; createTime?: number | undefined; createTimeISO?: string | undefined; detailedMentions?: { name?: string | undefined; id?: string | undefined; nickName?: string | undefined; profileUrl?: string | undefined; }[] | undefined; diggCount?: number | undefined; effectStickers?: { name?: string | undefined; ID?: string | undefined; stickerStats?: { useCount?: number | undefined; } | undefined; }[] | undefined; isAd?: boolean | undefined; isPinned?: boolean | undefined; isSlideshow?: boolean | undefined; mediaUrls?: string[] | undefined; musicMeta?: { coverMediumUrl?: string | undefined; musicAuthor?: string | undefined; musicId?: string | undefined; musicName?: string | undefined; musicOriginal?: boolean | undefined; originalCoverMediumUrl?: string | undefined; playUrl?: string | undefined; } | undefined; playCount?: number | undefined; repostCount?: number | undefined; searchHashtag?: { name?: string | undefined; views?: number | undefined; } | undefined; shareCount?: number | undefined; textLanguage?: string | undefined; videoMeta?: { duration?: number | undefined; format?: string | undefined; width?: number | undefined; height?: number | undefined; coverUrl?: string | undefined; definition?: string | undefined; originalCoverUrl?: string | undefined; subtitleLinks?: { version?: string | undefined; source?: string | undefined; language?: string | undefined; downloadLink?: string | undefined; tiktokLink?: string | undefined; sourceUnabbreviated?: string | undefined; }[] | undefined; } | undefined; webVideoUrl?: string | undefined; }, { text?: string | undefined; id?: string | undefined; input?: string | undefined; hashtags?: { name?: string | undefined; }[] | undefined; mentions?: string[] | undefined; isSponsored?: boolean | undefined; authorMeta?: { name?: string | undefined; id?: string | undefined; verified?: boolean | undefined; video?: number | undefined; avatar?: string | undefined; bioLink?: null | undefined; digg?: number | undefined; fans?: number | undefined; followDatasetUrl?: null | undefined; following?: number | undefined; friends?: number | undefined; heart?: number | undefined; nickName?: string | undefined; originalAvatarUrl?: string | undefined; privateAccount?: boolean | undefined; profileUrl?: string | undefined; signature?: string | undefined; } | undefined; collectCount?: number | undefined; commentCount?: number | undefined; commentsDatasetUrl?: null | undefined; createTime?: number | undefined; createTimeISO?: string | undefined; detailedMentions?: { name?: string | undefined; id?: string | undefined; nickName?: string | undefined; profileUrl?: string | undefined; }[] | undefined; diggCount?: number | undefined; effectStickers?: { name?: string | undefined; ID?: string | undefined; stickerStats?: { useCount?: number | undefined; } | undefined; }[] | undefined; isAd?: boolean | undefined; isPinned?: boolean | undefined; isSlideshow?: boolean | undefined; mediaUrls?: string[] | undefined; musicMeta?: { coverMediumUrl?: string | undefined; musicAuthor?: string | undefined; musicId?: string | undefined; musicName?: string | undefined; musicOriginal?: boolean | undefined; originalCoverMediumUrl?: string | undefined; playUrl?: string | undefined; } | undefined; playCount?: number | undefined; repostCount?: number | undefined; searchHashtag?: { name?: string | undefined; views?: number | undefined; } | undefined; shareCount?: number | undefined; textLanguage?: string | undefined; videoMeta?: { duration?: number | undefined; format?: string | undefined; width?: number | undefined; height?: number | undefined; coverUrl?: string | undefined; definition?: string | undefined; originalCoverUrl?: string | undefined; subtitleLinks?: { version?: string | undefined; source?: string | undefined; language?: string | undefined; downloadLink?: string | undefined; tiktokLink?: string | undefined; sourceUnabbreviated?: string | undefined; }[] | undefined; } | undefined; webVideoUrl?: string | undefined; }>; export type TikTokScraperInput = z.output; export type TikTokVideo = z.output; //# sourceMappingURL=tiktok-scraper.d.ts.map