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