import type { CliRunResult } from "./bearshell.js"; export declare function runWorkflowTddStatus(options: { readonly projectDir?: string; }): CliRunResult;