export declare const mlog: (...args: any[]) => void; export declare const mwarn: (...args: any[]) => void; export declare function setupLogging(logFileName: string): void;