import type { Validator } from './base'; export declare interface CustomValidatorType extends Validator { }