import type { Widget, IndexWidget } from '../../types'; /** * Returns true if the widget requires a second SSR pass to discover and * mount child widgets (e.g. DynamicWidgets, Feeds). */ export declare function isTwoPassWidget(widget: Widget | IndexWidget): boolean;