function max<TPathKind extends PathKind = PathKind.Root>( path: SchemaPath<string | number | null, 1, TPathKind>, maxValue: | number | LogicFn<string | number | null, number | undefined, TPathKind>, config?: BaseValidatorConfig<string | number | null, TPathKind> | undefined,): void;