declare const _default: { log: (...arg: any[]) => void; error: (...arg: any[]) => void; warn: (...arg: any[]) => void; }; export default _default;