import { UpdateArtifact, UpdateArtifactsResult } from '../common'; export declare function updateArtifacts(updateArtifact: UpdateArtifact): Promise;