import { getFlag, hasFlag, getArtifactsDir, getRootDir, getBatchResultsDir, getTimeoutMs, looksLikeCliFlag, countLines, warnIfNotGitRepo } from "./cli/args.js"; import { runSample } from "./cli/sampleRunCommand.js"; export { runSample }; export declare const cliTestUtils: { defaults: { rootDir: string; artifactsDir: string; timeoutMs: number; }; getFlag: typeof getFlag; hasFlag: typeof hasFlag; getArtifactsDir: typeof getArtifactsDir; getRootDir: typeof getRootDir; getBatchResultsDir: typeof getBatchResultsDir; getTimeoutMs: typeof getTimeoutMs; looksLikeCliFlag: typeof looksLikeCliFlag; countLines: typeof countLines; warnIfNotGitRepo: typeof warnIfNotGitRepo; }; /** * The ONE route table for the audit CLI. Each row is [verb, handler]; the * dispatch below walks it and the unknown-command listing is DERIVED from it — * never a second hand-maintained copy that drifts when a verb is added. */ export declare const COMMAND_ROUTES: ReadonlyArray Promise]>; export declare function runCli(argv: string[]): Promise; //# sourceMappingURL=cli.d.ts.map