type AnySwiper = any;
export declare const processLazyPreloader: (swiper: AnySwiper, imageEl: HTMLElement) => void;
export declare const preload: (swiper: AnySwiper) => void;
export {};
