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