export declare const generalError = "There was an error reading the file.\n"; export declare const badFormat = "The log file provided is not in Ogma format. Please try another log file.\n"; export declare const missingFile = "Log file to rehydrate must be specified.\n"; export declare const usage = "There was a problem with the given arguments.\nTo use the ogma command, please pass the file name with respect to and an optional flag \"--color=true|false\".\n"; export declare const tooManyArgs = "Please only pass two arguments to the ogma command.\n";