import type { Terminal } from '@xterm/xterm';
export declare class TelnetNegotiator {
    private terminal;
    private termType;
    constructor(terminal: Terminal, termType: string);
    setTermType(type: any): void;
    pushStr(str: any, arr: any): void;
    negotiate(data: any): {
        dataToSend: string | Uint8Array;
        isOutput: boolean;
    };
}
//# sourceMappingURL=telnet-negotiator.d.ts.map