import Exec from "../Exec"; export default class Sh extends Exec { bin: string; content: string; mode: number; private _tempFile; constructor(); init(props: any): void; prepare(): Promise; dispose(): void; }