import { LogInfo } from '../service/types/log'; export declare const logDB: LogInfo[]; export declare let logDBConfig: { maxCount: number; };