import type { CLIFlags } from '../args.js'; /** `dql model` — inspect/validate v3 and preview evidence-bounded discovery (AGT-002/API-001). */ export declare function runModel(file: string | null, rest: string[], flags: CLIFlags): Promise; //# sourceMappingURL=model.d.ts.map