/** * Check if a directory is a git repository */ export declare function isGitRepository(path: string): Promise; /** * Validate that a path exists, is accessible, and is a git repository * Throws an error if validation fails */ export declare function validateRepository(path: string): Promise; //# sourceMappingURL=git.d.ts.map