import { Node } from"../..";
/**
* setupLogger creates the logger instance and defines the home and file
* where logs are saved for debugging.
*
* @methodsetupLogger
* @param {Node} this
* @return {void}
*/export declare functionsetupLogger(this: Node): void;