import type { CodeChunk } from '../types/memory-v5.js';
export declare function chunkFile(filePath: string, projectId: string, codebaseMapId: string): Promise<Omit<CodeChunk, '_id' | 'contentVector' | 'createdAt' | 'updatedAt'>[]>;
//# sourceMappingURL=codeChunking.d.ts.map