import { ConfigType } from '@plone/registry';
declare const registerValidators: (config: ConfigType) => void;
export { registerValidators };
