import type { FileImportPlugin } from './FileImportPlugin'; /** * Plugin for importing agent books *(`.book` files)* * * @private [🥝] Maybe export the import plugins through some package */ export declare const AgentFileImportPlugin: FileImportPlugin;