import { NativeModuleResponse } from "./NativeModuleResponse"; export interface ServerTimeModule { getTimeDiff: (newResponse: boolean) => Promise>; }