import { Retriever } from "./retrieval.interface.js";
export declare function getRetrieverByName(name?: string): Retriever;
