import { OnInit } from '@angular/core'; import { StacheConfigService, StacheRouteService } from '../shared'; export declare class StacheEditButtonComponent implements OnInit { private config; private routeService; editButtonText: string; url: string; private readonly githubFilePathRoot; private readonly vstsBranchSelector; private readonly vstsFilePathRoot; constructor(config: StacheConfigService, routeService: StacheRouteService); ngOnInit(): void; private getUrl(); }