UNPKG

magnitude-core

Version:
5 lines (4 loc) 210 B
import { Agent } from '@/agent'; import { BrowserAgent } from './browserAgent'; export declare function narrateAgent(agent: Agent): void; export declare function narrateBrowserAgent(agent: BrowserAgent): void;