/**
 * Dummy import
 * @import * as cc from "colors.ts";
 */
/**
 * will almost certainly be able to detect if you are in a nodejs environment
 *
 * @date 2020/5/9
 */
export declare const isNode: boolean;
