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