import type { CliRunResult } from "./bearshell.js"; export declare function runEvidenceReadCommand(args: readonly string[], projectDirInput: string | undefined): CliRunResult;