import type { NourishConfig } from "../types.js"; export declare function getConfig(): NourishConfig; /** * Resolve the offline fixture directory. * * Defaults to the package-bundled `fixtures/` next to the installed package * root (not process.cwd()), so `NOURISH_FIXTURE_MODE=1 npx wellness-nourish * search banana` works after install. Override with NOURISH_FIXTURE_DIR. */ export declare function getFixtureDir(): string;