export declare const fetchShows: ({ cloudcastKeyUrl, limit, withExclusives, }: { cloudcastKeyUrl: string; limit?: number; withExclusives?: boolean; }) => Promise; export declare const fetchSearchResults: ({ text, limit, type, }: { text: string; limit?: number; type?: string; }) => Promise;