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