import { RouteInfo, TestScenario } from '../types'; export interface TestFileUpdateOptions { filePath: string; endpoint: RouteInfo; scenarios?: TestScenario[]; preserveFormatting?: boolean; backup?: boolean; } export declare class TestFileUpdater { private sourceFile; private originalContent; addEndpointToFile(options: TestFileUpdateOptions): Promise; private createBackup; private loadFile; private endpointExists; private generateTestCode; private generateDefaultScenarios; private generateScenarioCode; private getDefaultStatus; private findInsertionPoint; private insertCodeAt; static endpointExistsInFile(filePath: string, endpoint: RouteInfo): Promise; static getEndpointsFromFile(filePath: string): Promise; } //# sourceMappingURL=test-file-updater.d.ts.map