import { Validation } from "./Validation";
export declare function array(items: Validation): Validation;
