import type Swup from '../Swup.js';
import type { Visit } from './Visit.js';
/**
 * Perform the replacement of content after loading a page.
 *
 * @returns Whether all containers were replaced.
 */
export declare const replaceContent: (this: Swup, visit: Visit) => boolean;
//# sourceMappingURL=replaceContent.d.ts.map