/** * Post-process NG yaml-schema responses (aligned with ml-infra schema_base.py). */ export type JsonObject = Record; /** Strip scope-pinned const values from orgIdentifier / projectIdentifier. */ export declare function removeIdentifierConstFromSchema(schema: JsonObject): JsonObject; export declare function normalizeEntitySchema(resourceType: string, schema: JsonObject, orgId?: string, projectId?: string): JsonObject; //# sourceMappingURL=normalize.d.ts.map