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