import { IFmChangedProperties, IModel, PropertyOf } from "../types"; import { Model } from "../models/Model"; export declare function compareHashes(from: Partial>, to: Partial>, /** * optionally explicitly state properties so that relationships * can be filtered away */ modelProps?: PropertyOf[]): IFmChangedProperties;