import type { Chunk } from "./api.js"; export declare function chunkFile(repo: string, repoDir: string, relPath: string, fileHash: string): Promise; //# sourceMappingURL=chunker.d.ts.map