declare const log: { debug: (message: string) => void; info: (message: string) => void; log: (message: string) => void; warn: (message: string) => void; error: (message: string, error?: any) => void; }; export default log;