import { ModelItem } from '../types'; export declare const useModelItem: (id: string) => ModelItem | null;