/** * Generate a stable hash for chunk content */ export declare function generateChunkHash(content: string, filePath: string, range: { startLine: number; endLine: number; }): string; /** * Generate a stable chunk ID based on file path and qualified name */ export declare function generateChunkId(filePath: string, qualifiedName: string, type: string): string; //# sourceMappingURL=hash.d.ts.map