import type { Bot } from '../Bot';
import type { BotCalculationContext } from '../BotCalculationContext';
export declare function botCalculationContextTests(uuidMock: jest.Mock, dateNowMock: jest.Mock, createPrecalculatedContext: (bots: Bot[], userId?: string) => BotCalculationContext): void;
//# sourceMappingURL=BotCalculationContextTests.d.ts.map