import Schema from "async-validator"; import { EditableCell } from "../../../d"; export declare function createValidator(editableCells: Record): Schema;