export { colorVike }; export { colorError }; export { colorWarning }; declare function colorVike(str: Str): Str; declare function colorError(str: Str): Str; declare function colorWarning(str: Str): Str;