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