/// <reference types="screeps" />
export declare function scanSourceKeepers(room: string): void;
export declare function avoidSourceKeepers(room: string, cm: CostMatrix): CostMatrix;
