export type HasChangedCallback = (error?: Error, changed?: boolean) => undefined;
