import { NovaWindowsDriver } from '../driver'; export declare function startPowerShellSession(this: NovaWindowsDriver): Promise; export declare function sendIsolatedPowerShellCommand(this: NovaWindowsDriver, command: string): Promise; export declare function sendPowerShellCommand(this: NovaWindowsDriver, command: string): Promise; export declare function terminatePowerShellSession(this: NovaWindowsDriver): Promise; //# sourceMappingURL=powershell.d.ts.map