export declare function errorLog(e: string | Error): void;
export declare function warnLog(str: string): void;
export declare function log(...args: unknown[]): void;
