interface ILogger { (data: string): void; } export default ILogger;