export default class UpdateWaypointsHandler {
    execute(context: any): any;
    revert(context: any): any;
}
