import { Theme } from './types'; import chalk from 'chalk'; export declare const gamboge: chalk.Chalk; export declare const darkBrightBlue: chalk.Chalk; export declare const blue: chalk.Chalk; export declare const brightBlue: chalk.Chalk; export declare const identity: (str?: string | undefined) => string; export declare const theme: Theme;