import type { AnyPageClassType } from '../../types/internal';
/**
 * Reloads the page, taking into account its stabilization interval.
 */
export declare const reloadPage: (page: InstanceType<AnyPageClassType>) => Promise<void>;
