import { type TestDescription, type AppOptions, type TestContext, type InputSchema } from '../../../types.js'; import { type ApiFetcher } from '../../../utils/api-fetcher.js'; export declare function createTestContext(testDescription: TestDescription, options: AppOptions, apiClient: ApiFetcher): Promise; export declare function collectSecretValues(ctx: TestContext, schema: InputSchema | undefined, inputs: Record | undefined, path?: string[]): void; //# sourceMappingURL=create-test-context.d.ts.map