/** * Initialize the per-worktree log, write the session header, and install a * stdout tee that routes all CLI output to the log. No-op after the first call. * Silently skips logging when not in a git repo or on any other error. */ export declare function setupLog(argv: string[]): Promise;