import { VcsProvider } from './git-service.interface';
export declare function getVcsProvider(): VcsProvider;
