declare const isTTY: boolean;
declare const symbols: {
    frames: string[];
    tick: string;
    cross: string;
    warn: string;
    info: string;
};
export { isTTY, symbols };
