export interface InputFileValidationError { readonly code: string; readonly message: string; }