/**
 * Smoke tests for gaia-claude-p.ts — iter 54 (#2156)
 *
 * Three minimal cases to verify the claude -p wrapper end-to-end:
 *   1. Simple arithmetic: "what is 2+2" → expect "4"
 *   2. Current fact: population of Tokyo → expect a large number
 *   3. (Optional) Attachment path test — only runs when HF cache has a file
 *
 * Cost cap: ~$0.25 × 3 = $0.75 worst case at Sonnet rates, but using Haiku
 * for smoke to keep it under $0.30 total.
 *
 * Run:
 *   npx ts-node src/benchmarks/gaia-claude-p.smoke.ts
 *   # or after build:
 *   node dist/src/benchmarks/gaia-claude-p.smoke.js
 *
 * Refs: iter 54, #2156
 */
export {};
//# sourceMappingURL=gaia-claude-p.smoke.d.ts.map