import { Recombiner } from '../rag/index.js'; export declare class ArrayRecombiner { static standard(opt: { limit?: number; sort?: 'index' | 'relevance'; unique?: boolean; }): Recombiner; }