import type { FormItemRule } from '../types'; export declare const replaceValidatorToFunction: (row: any) => void; export declare const registerCustomValidator: (rules: FormItemRule[]) => void;