export declare const logger: (module: string, color: number) => { info: (...args: any[]) => void; error: (...args: any[]) => void; debug: (...args: any[]) => void; };