/** * Key where model snapshots will store model type metadata. */ export declare const modelTypeKey = "$modelType"; /** * Key that serves as proxy to the model property designed as 'idProp' (if any). */ export declare const modelIdKey = "$modelId";