import { Validation } from "./Validation";
export declare function record(values: Validation): Validation;
