/// Returns true if the extracted lines represent a TypeScript overload stub
/// (or `.d.ts` declaration) rather than a real implementation body.
///
/// The definitive signal: a real implementation always contains `{`.
/// Overload signatures and abstract declarations have no body brace.