import { Validator } from './validator'; export declare const noopValidator: Validator; export type NoopValidatorResult = ReturnType;