export interface ParameterValidation { regexp: string; flags: string[]; errorMessage: string; }