import { type CtrfReport } from '../../types/ctrf';
import { type Arguments } from '../index';
export declare function customService(systemPrompt: string, prompt: string, args: Arguments, customUrl?: string): Promise<string | null>;
export declare function customFailedTestSummary(report: CtrfReport, args: Arguments, file?: string, log?: boolean, customUrl?: string): Promise<CtrfReport>;
