/**
 * CMAF-HAM Validation type
 *
 * @group CMAF
 * @alpha
 */
export type Validation = {
    status: boolean;
    errorMessages: string[];
};
//# sourceMappingURL=Validation.d.ts.map