/**
 * Key where model snapshots will store model type metadata.
 */
export declare const modelTypeKey = "$modelType";
/**
 * Key where model snapshots usually will store model internal IDs metadata (unless overridden).
 */
export declare const modelIdKey = "$modelId";
