/// import { Terminal } from '@terminus-term/xterm'; export declare function winptyCompatInit(terminal: Terminal): void; export declare function apply(terminalConstructor: typeof Terminal): void;