export declare class SourceControlErrorInfoFinder { constructor(); getErrorCodeFromTracker(trackerSysId?: string): number; getErrorMessageFromTracker(trackerSysId?: string): string; getValueFromResult(trackerSysId?: string, resultParameterName?: string): string; } //# sourceMappingURL=SourceControlErrorInfoFinder.d.ts.map