import { FunctionName, ExprNode } from 'xpath-analyzer'; import { AutomationElement } from '../powershell'; export declare function handleFunctionCall(name: FunctionName, context: AutomationElement, sendPowerShellCommand: (command: string) => Promise, ...args: ExprNode[]): Promise; //# sourceMappingURL=functions.d.ts.map