export interface ServerTimeModule { getCurrentTime: () => Promise; }