import { ModifyingType } from './modifying-type.enum';
import { Contact } from './contact';
export declare class ChangedContact extends Contact {
    ModifyingType: ModifyingType;
}
