export function thoughtLog(s: any, args: any): void;
export function thoughtEnd(): void;
/**
 * Log trace messages
 *
 * @param {String} traceType Trace type
 * @param {Object} args Additional arguments
 */
export function traceLog(traceType: string, args: any): void;
export const THINK_MODE: any;
export const TRACE_MODE: any;
//# sourceMappingURL=logger.d.ts.map