import type { StringRecord } from '@appium/types'; import type { WindowsDriver } from '../driver'; type ExecuteMethodArgs = readonly unknown[] | readonly [StringRecord] | Readonly; /** Handles `execute` / `executeScript` for PowerShell and `windows:` extension commands. */ export declare function execute(this: WindowsDriver, script: string, args?: ExecuteMethodArgs): Promise; export {}; //# sourceMappingURL=execute.d.ts.map