/// <reference types="screeps" />
/**
 * Tracks a creep's position and returns true if it has no fatigue
 * but has not moved in `stuckLimit` ticks
 */
export declare const creepIsStuck: (creep: Creep | PowerCreep, stuckLimit: number) => boolean;
