import { Environment } from './http/environment'; import { SdkConfig } from './http/types'; import { MostPopularService } from './services/most-popular'; export type { GetEmailedPeriodJsonPeriod } from './services/most-popular/models'; export declare class NytMostPopular { config: SdkConfig; readonly mostPopular: MostPopularService; constructor(config: SdkConfig); set baseUrl(baseUrl: string); set environment(environment: Environment); set apiKey(apiKey: string); } //# sourceMappingURL=index.d.ts.map