#!/usr/bin/env node import { type HarnessConfig } from '../schemas/config.schema.js'; /** * Built-in fallback used when no --config is passed AND the default qulib.config.ts * is absent from the working directory. Mirrors the values in packages/core/qulib.config.ts * so `npx @qulib/core analyze --url ... --ephemeral` works in any directory. * * An EXPLICIT --config pointing at a missing file is always a hard error. * This constant lives in the CLI layer — schemas remain additive-only and required * fields are NOT converted to defaulted ones. */ export declare const DEFAULT_HARNESS_CONFIG: HarnessConfig; //# sourceMappingURL=index.d.ts.map