import type Swup from '../Swup.js'; import type { Visit } from './Visit.js'; /** * Perform the in/enter animation of the next page. * @returns Promise */ export declare const animatePageIn: (this: Swup, visit: Visit) => Promise; //# sourceMappingURL=animatePageIn.d.ts.map