/** * `@dzhechkov/harness-cli` — the `dz` CLI for the DZ cross-platform harness. * * @packageDocumentation */ /** Package version. Kept in sync with `package.json`. */ export declare const HARNESS_CLI_VERSION: string; export { runCli } from './cli.js'; export type { CliIo, ReleaseExecRunner } from './cli.js'; export { codexHooksSummary, codexHooksSyncOptions, deliverCodexHooks } from './cli.js'; export { withForeignStdoutOnStderr } from './cli.js'; export type { CodexHooksSummary, CodexHooksSyncInput } from './cli.js'; //# sourceMappingURL=index.d.ts.map