import { type ChalkInstance } from 'chalk';
declare const chalkPipe: (stylePipe?: string, customChalk?: ChalkInstance) => ChalkInstance;
export { default as chalk } from 'chalk';
export * from 'chalk';
export { type KeywordName, keywordNames } from './styles.js';
export default chalkPipe;
