import { type Document } from '@langchain/core/documents'; export declare const stringifyDocs: (docs: Document[]) => string; //# sourceMappingURL=stringify-docs.d.ts.map