/** Prefix module-scoped validator failures with the authored instance id, not only its array offset. */ export declare function labelModuleValidationErrors(errors: readonly string[], manifestValue: unknown): string[];