export default class OnlineLogger {
    static writeLog(logTitle: string, log: string): Promise<void>;
}
