export declare function getModelDisplayName(modelId: string): string; export declare function getModelIdFromDisplayName(displayName: string): string; export declare function formatModelsForDisplay(modelIds: string[]): string[]; //# sourceMappingURL=model-display.d.ts.map