export declare class LogService { private static instance; private MongoClient; private MongoDB; private constructor(); saveMessage(message: any, bot_address: string): Promise; saveAccount(account: any): Promise; findAccount(accountAddress: string): Promise; getAllThreadsFromAccount(accountAddress: string): Promise; getThread(accountAddress: string, parentMessageId: string): Promise; static getInstance(): LogService; private getParentId(references); }