| Current Path : /home/deltalab/PMS/logistic-backend/node_modules/@nestjs/common/utils/ |
| Current File : //home/deltalab/PMS/logistic-backend/node_modules/@nestjs/common/utils/cli-colors.util.d.ts |
export declare const clc: {
green: (text: string) => string;
yellow: (text: string) => string;
red: (text: string) => string;
magentaBright: (text: string) => string;
cyanBright: (text: string) => string;
};
export declare const yellow: (text: string) => string;