export declare const hasDataChanged: <T extends object>(initialData: T, currentData: T) => boolean;
