declare function getLastDataTimestamp(Model: any, // i can try
condition?: object): Promise<number>;
export { getLastDataTimestamp };
