import mongoose from 'mongoose'; export declare function processApiLogsDirectly(): Promise<{ hour: string; date: string; count: number; filePath: string; status: string; }[] | undefined>; export declare function processApiLogsByDateRange(startDate: string, endDate: string): Promise[]>;