export interface CreateOptions { testType: 'api'; testFramework: 'jest' | 'vitest'; testDir: string; urls?: string; url?: string; method?: string; body?: string; queryParams?: string; pathParams?: string; expectedStatus?: number; expectedResponse?: string; config?: string; } export declare class CreateCommand { private config; private baseUrl; execute(options: CreateOptions): Promise; private detectBaseUrl; private createFromJsonFile; private createFromSingleUrl; private createMergedTestFile; } //# sourceMappingURL=create.d.ts.map