import type Swup from '../Swup.js'; import type { Visit } from './Visit.js'; /** * Update the scroll position after page render. * @returns Promise */ export declare const scrollToContent: (this: Swup, visit: Visit) => boolean; //# sourceMappingURL=scrollToContent.d.ts.map