/** * Default colorful theme using chalk */ import { Theme } from './Theme.interface.js'; /** * Default theme with colors and Unicode icons */ export declare const DefaultTheme: Theme; //# sourceMappingURL=DefaultTheme.d.ts.map