import chalk from 'chalk'; /** * To keep a consistent color/style palette between cli packages, such as * @redwood/cli and @redwood/create-redwood-app, please only use the colors * defined here. If you *really* can't find a color that fits your needs, * it's better to add it here than to introduce a new one-off color in whatever * package you're going to use it in. */ export declare const colors: { error: chalk.Chalk; warning: chalk.Chalk; highlight: chalk.Chalk; success: chalk.Chalk; info: chalk.Chalk; bold: chalk.Chalk; underline: chalk.Chalk; note: chalk.Chalk; tip: chalk.Chalk; important: chalk.Chalk; caution: chalk.Chalk; link: chalk.Chalk; }; //# sourceMappingURL=colors.d.ts.map