export declare function registerWorktreeRoot(repoRoot: string): Promise; export declare function readRegisteredWorktreeRoots(): Promise; export declare function sweepRootSet(primary: string | null): Promise;