/// export declare function makeDebug(debugging: boolean): (...texts: unknown[]) => void; export declare const debug: (...texts: unknown[]) => void; export declare const delayedDebug: ((...texts: unknown[]) => NodeJS.Timeout) | (() => void); export declare function log(...texts: unknown[]): void; export declare function out(...texts: unknown[]): void; export declare function errorOut(...texts: unknown[]): void;