import { ValidatorFn } from '../types.js';
export declare function registerValidator(name: string, fn: ValidatorFn): void;
export declare function getValidator(name: string): ValidatorFn | undefined;
