export { getPageOrElement, addCookie, getCookie, deleteCookieByName, withinSelector, withinRoleAndName, getWithContent, getWithTestId, getWithAriaLabel, findWithRoleAndName, notFoundWithRoleAndName, findWithRoleAndNameAndContent, findWithRoleAndNameFocused, findWithRoleAndNameAndChecked, findWithRoleAndNameAndUnchecked, findWithRoleAndNameAndContentDisabled, findWithRoleAndNameDisabled, findWithRoleAndNameAndContentEnabled, findWithRoleAndNameEnabled, findWithRoleAndNameAndValue, findWithSelector, findWithTestId, findWithAriaLabel, click, clickFocusedElement, type, typeFocusedElement, getTimeout, setTimeout, } from "./core-engine";
