import type { IConfigConnectionItem } from './types'; export default class Application { private connection; private exitHandler; private socket; private commands; private answers; private closeAfter; constructor(connection: IConfigConnectionItem, answers?: string[]); init(): Promise; private connect; private onOpen; private handle; private write; } //# sourceMappingURL=app.d.ts.map