// ValidatorMessage must be the validator itself translated into the language that is understood by the initial executor import { impl } from './todo' export type SafeValidatorMessage = unknown export type SafeValidator = (value: Val) => Promise export async function validateInParallel(validator: SafeValidator[]) { throw impl() }