declare const actionDataTypes: { xpathselector: string; possiblexpathselector: string; possiblecssselector: string; cssselector: string; tocssselector: string; toxpathselector: string; screenshoturl: string; emailFrom: string; emailAction: string; emailToOpen: string; checkpointType: string; hierarchydata: string; waitbefore: string; repeat: string; clickType: string; screenshottargetposition: string; hover: string; position: string; shadowroot: string; inputtype: string; contextParserData: string; locatorpreference: string; visualdifferencethreshold: string; parentelementcssselector: string; filename: string; scrollTo: string; pdfAction: string; cyCheckOptions: string; }; export default actionDataTypes;