declare function processYourApiLogs(): Promise<{ file: string; count: any; hour: string; }[] | undefined>; declare function quickDataCheck(): Promise; export { processYourApiLogs, quickDataCheck };