import { Element } from '@appium/types'; import { ExprNode } from 'xpath-analyzer'; import { Condition, AutomationElement } from '../powershell'; export declare function xpathToElIdOrIds(selector: string, mult: boolean, context: string | undefined, sendPowerShellCommand: (command: string) => Promise): Promise; export declare function processExprNode(exprNode: ExprNode, context: AutomationElement, sendPowerShellCommand: (command: string) => Promise): Promise; export declare function processExprNodeAsPredicate(exprNode: ExprNode, context: AutomationElement, positions: Set, sendPowerShellCommand: (command: string) => Promise, relativeExprNodes?: ExprNode[]): Promise<[Condition, ExprNode[]?]>; export declare function predicateProcessableBeforeNode(exprNode: ExprNode): boolean; //# sourceMappingURL=core.d.ts.map