import type { BranchConfig } from '../../../types';
export declare function setArtifactErrorStatus(config: BranchConfig): Promise<void>;
