export declare function shouldThrowError<TError>(suspense: boolean | undefined, _useErrorBoundary: boolean | ((err: TError) => boolean) | undefined, error: TError): boolean;
