/** * Create a message with the time display up to the ms. * * It will be showned as `[HH:MM:SS.DCM] MY_MESSAGE`. * @param {any} msg The message to display. * @returns {string} The string with the time displayed. */ export declare function dateLogMS(msg: any): string; /** * Create a message with the time display up to the s. * * It will be showned as `[HH:MM:SS] MY_MESSAGE`. * @param {any} msg The message to display. * @returns {string} The string with the time displayed. */ export declare function dateLog(msg: any): string; //# sourceMappingURL=lazyLog.d.ts.map