import type { CliRunResult } from "./bearshell.js"; type ObserveOptions = { readonly projectDir?: string; }; export declare function runObserveCommand(args: readonly string[], options?: ObserveOptions, invocationName?: string): CliRunResult; export {};