import * as Types from './types'; export declare const Discover: (apiKey: string) => { /** * Find TV shows using over 30 filters and sort options. */ TV: (options?: Types.DiscoverOptions) => Promise; };