export default function transitionEmit({ swiper, runCallbacks, direction, step }: {
    swiper: any;
    runCallbacks: any;
    direction: any;
    step: any;
}): void;
