import { type ActiveSurfaceTracker } from "./activeSurface.js"; export { swipeSurface }; declare function swipeSurface({ config, step, driver, appSession, processRegistry, surfaceTracker, }: { config: any; step: any; driver: any; appSession?: any; processRegistry?: Map; surfaceTracker?: ActiveSurfaceTracker; }): Promise; //# sourceMappingURL=swipe.d.ts.map