import type { ChatMessage } from '../modules/ai/types';
export declare function testSummaryGeneration(context: string): Promise<string | null>;
export declare function testUserStoriesGeneration(context: string): Promise<string | null>;
export declare function testDirectAICall(messages: ChatMessage[], maxTokens: number): Promise<string>;
export declare function testAIHealth(): Promise<boolean>;
//# sourceMappingURL=testUtils.d.ts.map