import type { Swiper } from '../core.js';
export default function slidePrev(this: Swiper, speed?: number, runCallbacks?: boolean, internal?: boolean): boolean | Swiper;
