import { Nilable } from '@wistia/type-guards'; import { CarouselData, UnauthorizedCarouselData } from '../../types/carousel.ts'; type GetCarouselDataParametersType = { channelId: string; password?: string; }; export declare class CarouselApi { private readonly embedHost; constructor(embedHost?: Nilable); getCarouselData({ channelId, password, }: GetCarouselDataParametersType): Promise; } export {}; //# sourceMappingURL=CarouselApi.d.ts.map