export interface ICore { debug: (...content: any[]) => void; error: (...content: any[]) => void; warn: (...content: any[]) => void; }