import { Stream } from 'stream';
declare function shouldEnableColors(stream?: Stream): boolean;
export { shouldEnableColors };
