export declare class ClaimAPI { static computeStolenRecordList(appId?: string): string static generateBaseClaims(sysAppId?: string): void static getInstallConflictsViewDetailsLink(sysAppId?: string): string static getNumberOfConflictsForInstall(sysAppId?: string): number static getNumberOfStolenFilesForApp(scope?: string): number static getViewStolenDetailsLink(scope?: string): string }