export interface SwiperSupport { touch: boolean; } export declare function getSupport(): SwiperSupport;