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