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