/**
 * Checks if the current working directory is inside a Git worktree of another repository
 * @returns true if inside a worktree, false otherwise
 */
export declare function isInWorktree(): Promise<boolean>;
//# sourceMappingURL=isInWorktree.d.ts.map