export declare const runTestScenarios: () => void;
declare global {
    interface CreepMemory {
        role?: 'worker' | 'scout';
        room: string;
    }
}
