import type { CodeChunkInsert } from '../../types';
export declare class Chunker {
    processFile(filePath: string, projectId: string): Promise<CodeChunkInsert[]>;
    private detectLanguage;
}
export declare const chunker: Chunker;
