export interface ShellOutputDecoder { decode(input?: Uint8Array, options?: { stream?: boolean; }): string; } export declare function createShellOutputDecoder(windowsCompatible?: boolean): ShellOutputDecoder; //# sourceMappingURL=shell-output-decoder.d.ts.map