import { CommandMap, Namespace } from '../../lib/namespace'; export declare class GitNamespace extends Namespace { getMetadata(): Promise<{ name: string; summary: string; }>; getCommands(): Promise; }