import type Swup from '../Swup.js'; import type { PageData } from './fetchPage.js'; import { type Visit } from './Visit.js'; /** * Render the next page: replace the content and update scroll position. */ export declare const renderPage: (this: Swup, visit: Visit, page: PageData) => Promise; //# sourceMappingURL=renderPage.d.ts.map