/** * Colors the CLI text in green. */ export declare const green: (text: string) => string; /** * Colors the CLI text in red. */ export declare const red: (text: string) => string; /** * Returns a readable timestamp in current locale time, e.g. `[2021-05-13 13:02:12.685]` */ export declare const getTimestamp: () => string; //# sourceMappingURL=utils.d.ts.map