import { Widgets } from 'blessed'; import { ConfiguredAgent } from '../setup.js'; export declare const getMessagesTable: (agent: ConfiguredAgent, screen: Widgets.Screen) => Promise; //# sourceMappingURL=messages.d.ts.map