declare const printLog: (showLogs: boolean, ...logs: Array) => void; export { printLog };