import type { Mac2Driver } from '../driver'; import type { StringRecord } from '@appium/types'; /** * * @param script - The script to execute * @param args - Arguments to pass to the script */ export declare function execute(this: Mac2Driver, script: string, args?: readonly any[] | StringRecord): Promise; //# sourceMappingURL=execute.d.ts.map