export interface ILogger { warn: (...data: any[]) => void; }