/// <reference types="screeps" />
/**
 * Derives a cache key namespaced to a particular creep
 */
export declare const creepKey: (creep: Creep | PowerCreep, key?: string) => string;
