import { GitTarget } from '../types';
export declare function getInfo(isFromContainer: boolean): Promise<GitTarget | null>;
