import { MergeStageInterface } from "../../interfaces"; export declare const mergePayloadValidator: (payload: MergeStageInterface) => string;