import type { FollowWebPlannedRouteOptions, FollowWebPlannedRouteResult } from './types'; export declare function followWebPlannedRoute(options: FollowWebPlannedRouteOptions): Promise; //# sourceMappingURL=web-route-following.d.ts.map