type RawModel = Record; export declare function inferUtilityModel(models: readonly RawModel[] | null | undefined): RawModel | null; export declare function inferUtilityModelId(models: readonly RawModel[] | null | undefined): string | null; export {}; //# sourceMappingURL=utility-model-inference.d.ts.map