import type { HarnessConfig } from '../schemas/config.schema.js'; import { type GapAnalysis } from '../schemas/gap-analysis.schema.js'; import type { ObserveResult } from './observe.js'; import type { RunArtifactsOptions } from '../harness/run-options.js'; export declare function think(observed: ObserveResult, config: HarnessConfig, artifacts?: RunArtifactsOptions): Promise; export { finalizeGapAnalysisFromDraft } from './think-finalize.js'; export type { GapAnalysisDraft } from './think-finalize.js'; //# sourceMappingURL=think.d.ts.map