import { Model } from '../types'; export declare const useView: () => { changeView: (viewId: string, model: Model) => void; };