export declare function mapInstalledArtifactstoPkgAndCommits(installedArtifacts: any): Promise<{
    [p: string]: string;
}>;
