export type ProtoValidator = { validate: string; validateOrThrow: string; isValid: string; };