import { Document } from 'chat-agent-toolkit'; export declare const getDocumentsFromLinks: ({ links }: { links: string[]; }) => Promise>[]>;