import { z } from 'zod'; export declare const SearchPlaylistAPIResponseModel: z.ZodObject<{ total: z.ZodNumber; start: z.ZodNumber; results: z.ZodArray; explicit_content: z.ZodString; mini_obj: z.ZodBoolean; numsongs: z.ZodAny; }, "strip", z.ZodTypeAny, { type: string; id: string; title: string; subtitle: string; perma_url: string; image: string; explicit_content: string; more_info: { language: string; song_count: string; uid: string; firstname: string; entity_type: string; entity_sub_type: string; video_available: boolean; lastname: string; is_dolby_content?: any; artist_name?: any; sub_types?: any; images?: any; }; mini_obj: boolean; numsongs?: any; }, { type: string; id: string; title: string; subtitle: string; perma_url: string; image: string; explicit_content: string; more_info: { language: string; song_count: string; uid: string; firstname: string; entity_type: string; entity_sub_type: string; video_available: boolean; lastname: string; is_dolby_content?: any; artist_name?: any; sub_types?: any; images?: any; }; mini_obj: boolean; numsongs?: any; }>, "many">; }, "strip", z.ZodTypeAny, { total: number; results: { type: string; id: string; title: string; subtitle: string; perma_url: string; image: string; explicit_content: string; more_info: { language: string; song_count: string; uid: string; firstname: string; entity_type: string; entity_sub_type: string; video_available: boolean; lastname: string; is_dolby_content?: any; artist_name?: any; sub_types?: any; images?: any; }; mini_obj: boolean; numsongs?: any; }[]; start: number; }, { total: number; results: { type: string; id: string; title: string; subtitle: string; perma_url: string; image: string; explicit_content: string; more_info: { language: string; song_count: string; uid: string; firstname: string; entity_type: string; entity_sub_type: string; video_available: boolean; lastname: string; is_dolby_content?: any; artist_name?: any; sub_types?: any; images?: any; }; mini_obj: boolean; numsongs?: any; }[]; start: number; }>; export declare const SearchPlaylistModel: z.ZodObject<{ total: z.ZodNumber; start: z.ZodNumber; results: z.ZodArray, "many">; url: z.ZodString; songCount: z.ZodNullable; language: z.ZodString; explicitContent: z.ZodBoolean; }, "strip", z.ZodTypeAny, { url: string; type: string; id: string; image: { quality: string; url: string; }[]; language: string; name: string; explicitContent: boolean; songCount: number | null; }, { url: string; type: string; id: string; image: { quality: string; url: string; }[]; language: string; name: string; explicitContent: boolean; songCount: number | null; }>, "many">; }, "strip", z.ZodTypeAny, { total: number; results: { url: string; type: string; id: string; image: { quality: string; url: string; }[]; language: string; name: string; explicitContent: boolean; songCount: number | null; }[]; start: number; }, { total: number; results: { url: string; type: string; id: string; image: { quality: string; url: string; }[]; language: string; name: string; explicitContent: boolean; songCount: number | null; }[]; start: number; }>;