import { WinRMParams } from './types'; export declare function doCreateShell(params: WinRMParams): Promise; export declare function doDeleteShell(params: WinRMParams): Promise;