export interface IVersionManager { getDataVersion(): Promise; updateDataVersion(): Promise; }