import type { Validator } from './base'; export declare interface ObjectValidatorType> extends Validator { shape: (schema: Record>) => ObjectValidatorType strict: (strict?: boolean) => ObjectValidatorType }