import type { CanonicalModelType } from "../../../schemas/index"; export { CANONICAL_TO_ALIAS, MODEL_CONFIG_SCHEMAS, BUILTIN_DEVICE_PATTERNS, matchesPattern, findAllMatchingPatterns, getDefaultsFromPattern, resolveModelConfigWithContext, } from "./model-config-utils"; export declare function resolveModelConfig(modelType: CanonicalModelType, userInput: Record): T; //# sourceMappingURL=model-config-registry.d.ts.map