export default class CustomLogger { constructor(); logInfo(message: string): Promise; }