import { ActivityPropChangedDTO } from '../dtos';
export declare function GetPropsChanged(old?: any, current?: any): ActivityPropChangedDTO;
