export declare type AppiumElementIdResponse = {
    [0]: string;
    ELEMENT: string;
};
