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