export declare enum ElementSearchMethod { SELECTORS = "selectors", CONTEXT_AWARENESS = "contextAwareness", INNER_TEXT = "innerText" }