export { spawnExec as spawnPTY, writeToExec as writeToPTY, killExec as killPTY, onExecData as onPTYData, onExecExit as onPTYExit, isExecRunning as isPTYRunning, ExecOptions as PTYOptions } from './exec'; export declare function getLocalSize(): { cols: number; rows: number; }; export declare function resizePTY(cols: number, rows: number): void; //# sourceMappingURL=pty.d.ts.map