import { IGitPlatformService } from './services.types';
export declare class GitPlatformFactory {
    static createService(): IGitPlatformService;
}
