/// <reference types="screeps" />
/**
 * Registers a move intent with the Traffic Manager, if reconcileTraffic has
 * run recently, or else falls back to a regular move
 */
export declare function move(creep: Creep | PowerCreep, targets: RoomPosition[], priority?: number): -10 | CreepMoveReturnCode;
