/** * * @param logText * @param logType * @returns {boolean} */ export declare let log: (logText?: string, logType?: string) => void;