import { BucketStageInterface } from "../../interfaces"; export declare const bucketPayloadValidator: (payload: BucketStageInterface) => "" | "The groupBy and boundaries properties are required." | "The groupBy property is required." | "The boundaries property is required." | "The boundaries value is not valid. You must specify at least two boundaries.";