import type { Swiper } from '../core.js';
export default function getSwiperTranslate(this: Swiper, axis?: 'x' | 'y'): number;
