UNPKG

winrm-client

Version:
4 lines (3 loc) 193 B
import { WinRMParams } from './types'; export declare function doCreateShell(params: WinRMParams): Promise<string>; export declare function doDeleteShell(params: WinRMParams): Promise<string>;