import { Step } from "./types"; /** * Creates array validation chain from given chain * @param step */ export declare const array: (step: Step) => import("./types").Chain;