import * as bt from '@babel/types'; import type { ParseOptions } from '../../types'; export default function parseValidatorForValues(validatorNode: bt.Method | bt.ArrowFunctionExpression, ast: bt.File, options: ParseOptions): Promise;