export { RemoteControl } from './components/remote-control'; export type { RemoteControlHandle } from './components/remote-control'; export type { AxSnapshot, AxElement, AxRect, AxSelectors, AxPlatform } from './core/ax-tree'; export type { AxStatus } from './core/ax-fetcher'; export { axElementAtPoint, axElementSelectorExpression, axElementSummary, axElementsEqual, axSnapshotsEqual, clampAxFrameForScreen, normalizeAndroidTree, normalizeIosTree, AX_UNAVAILABLE_ERROR, } from './core/ax-tree';