import type { IConfigConnectionItem } from './types';
export default class Application {
    private connection;
    private exitHandler;
    private socket;
    private commands;
    constructor(connection: IConfigConnectionItem);
    init(): Promise<string | undefined>;
    private connect;
    private onOpen;
    private handle;
    private write;
}
//# sourceMappingURL=app.d.ts.map