/// <reference types="screeps" />
/**
 * Cause `puller` to pull `pulled`, registering the pull so traffic management
 * can avoid breaking the chain
 */
export declare function follow(pullee: Creep, puller: Creep): void;
