/** Registers the slide count for a carousel id. */exportdeclarefunctionsetSlideCount(id: string, count: number): void;
/** Returns the registered slide count for a carousel id, or 0 when unknown. */exportdeclarefunctiongetSlideCount(id: string | undefined): number;