import { Waterfall } from 'types/waterfall'; import { SwiperOptions } from 'swiper/types'; export declare function controllerConfig(config: SwiperOptions, el: HTMLElement, waterfalls: Waterfall[], debug: boolean): void;