import type { SuspenseInstance } from './types.js'; export declare const findSuspense: (startNode: Node) => SuspenseInstance | null;