UNPKG

hivessh

Version:

HiveSsh is an innovative library designed to streamline SSH2 connections and simplify task execution on Linux servers.

35 lines 1.49 kB
import { SshChannelExit, StreamDataMapper } from "../../SshExec.js"; import { AbstractPackage, ApmInit } from "../apm.js"; /** * @deprecated The AbstractPackageManager (APM) feature will be removed in the future to more focus on the core problems and solutions */ export declare const aptEnv: { LANG: string; DEBIAN_FRONTEND: string; }; /** * @deprecated The AbstractPackageManager (APM) feature will be removed in the future to more focus on the core problems and solutions */ export declare const ignoredErrMsgs: string[]; /** * @deprecated The AbstractPackageManager (APM) feature will be removed in the future to more focus on the core problems and solutions */ export declare const ignoreMessageFilter: StreamDataMapper; /** * @deprecated The AbstractPackageManager (APM) feature will be removed in the future to more focus on the core problems and solutions */ export declare const parsePackageList: (exit: SshChannelExit) => string[]; /** * @deprecated The AbstractPackageManager (APM) feature will be removed in the future to more focus on the core problems and solutions * @param exit * @returns */ export declare const parsePackageDescription: (exit: SshChannelExit) => AbstractPackage; /** * @deprecated The AbstractPackageManager (APM) feature will be removed in the future to more focus on the core problems and solutions * @param sshHost * @param cmdTimeoutMillis * @returns */ export declare const initAptApm: ApmInit; //# sourceMappingURL=apt.d.ts.map