export { colorVike };
export { colorError };
export { colorWarning };
declare function colorVike<Str extends string>(str: Str): Str;
declare function colorError<Str extends string>(str: Str): Str;
declare function colorWarning<Str extends string>(str: Str): Str;
