export interface IChange { terminalName: string; oldValue: any; newValue: any; } //# sourceMappingURL=IChange.d.ts.map