export declare function getLocalHeadSha(): Promise; export declare function isAncestor(ancestor: string, descendant: string): Promise; export declare function readPrHeadFile(headSha: string, path: string): Promise; export declare function getPathsStatus(paths: readonly string[]): Promise; /** Dry-run an ordered patch stream against the current worktree. */ export declare function checkPatchesApply(patches: readonly string[]): Promise;