import type { ParsedChunk } from "../types/index.js"; export declare function describeChunk(chunk: ParsedChunk, filePath: string, language: string): string;