import { t } from '../common'; export declare function toChanges(uri: string, changes: t.IModelChanges): t.IDbModelChange[]; export declare function setProps

= any>(model: t.IModel>, props?: Partial

): t.IModel, M

, any, any>; declare type M

= any> = { props?: P; }; export {};