import { type Plugin } from '@elizaos/core'; /** * Defines the OpenRouter plugin with its name, description, and configuration options. * @type {Plugin} */ export declare const openrouterPlugin: Plugin; export default openrouterPlugin;