import type { OrderForm } from '../typings'; /** * Heuristic function to determine whether or not the local * order form (stored in localStorage) should be replaced by * the remote order form. */ export declare const shouldUpdateOrderForm: (localOrderForm: OrderForm, remoteOrderForm: OrderForm) => boolean; //# sourceMappingURL=heuristics.d.ts.map